Ribbon for WinForms
BreakBefore メソッド (HtmlElement)

C1.Win.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlElement クラス : 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 Overridable Function BreakBefore( _
   ByVal e As Element, _
   ByVal lineEnd As Integer, _
   ByVal width As Integer _
) As Boolean
protected virtual 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.
参照

HtmlElement クラス
HtmlElement メンバ