Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / IsEnabled Property

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