Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / Clear Method / Clear(Boolean) Method
When true the collection is initialized with the default text style.

In This Topic
    Clear(Boolean) Method
    In This Topic
    Clears this collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal addDefaultTextStyle As Boolean _
    ) 
    public void Clear( 
       bool addDefaultTextStyle
    )

    Parameters

    addDefaultTextStyle
    When true the collection is initialized with the default text style.
    Remarks
    When the collection is linked to a ViewportLayout, the default text style is always added.
    See Also