C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlDiv Class / BreakAfter Method
Element to test for a line break.

In This Topic
BreakAfter Method (HtmlDiv)
In This Topic
Gets a value that determines whether a line break should be inserted after a given element.
Syntax
'Declaration
 
Protected Overrides Function BreakAfter( _
   ByVal e As Element _
) As Boolean
 

Parameters

e
Element to test for a line break.

Return Value

True if a line break should be inserted after the given element.
See Also