TreeView for WinForms | ComponentOne
C1.Win.C1Themes Namespace / StyledPropertyCollection Class / IsDisposed Property

In This Topic
    IsDisposed Property (StyledPropertyCollection)
    In This Topic
    Gets a value indicating whether the object has been disposed.
    Syntax
    'Declaration
     
    
    <C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute()>
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsDisposed As Boolean
    [C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledProperty()]
    [Browsable(false)]
    public bool IsDisposed {get;}
    See Also