TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / IsDisposed Property

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