Ribbon for WinForms
BreakBefore メソッド (HtmlDiv)

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlDiv クラス : BreakBefore メソッド
Element to test for a line break.
Position of the line end if no breaks are added.
Width available for rendering the paragraph.
Gets a value that determines whether a line break should be inserted before a given element.
シンタックス
'宣言
 
Protected Overrides Function BreakBefore( _
   ByVal e As Element, _
   ByVal lineEnd As Integer, _
   ByVal width As Integer _
) As Boolean
protected override bool BreakBefore( 
   Element e,
   int lineEnd,
   int width
)

パラメータ

e
Element to test for a line break.
lineEnd
Position of the line end if no breaks are added.
width
Width available for rendering the paragraph.

戻り値の型

True if a line break should be inserted before the given element.
参照

HtmlDiv クラス
HtmlDiv メンバ