Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / RemoveItem Method

In This Topic
    RemoveItem Method (TextStyleKeyedCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    Exceptions
    ExceptionDescription
    Thrown when trying to remove the Default text style.
    See Also