InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlElement Class / BreakAfter Method
Element to test for a line break.

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

    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