TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / IsEnabled Property

In This Topic
    IsEnabled Property (CustomContentPresenter)
    In This Topic
    Gets whether this element and all its ancestors are enabled.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsEnabled As Boolean
    public override bool IsEnabled {get;}
    See Also