Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Enabled Property


In This Topic
    Enabled Property (ElementControl)
    In This Topic
    Gets or sets whether the control can receive focus and respond to user actions.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property Enabled As Boolean
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public virtual new bool Enabled {get; set;}
    See Also