Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Enabled Property


In This Topic
    Enabled Property (IElementStyle)
    In This Topic
    Gets or sets whether to enable.
    Syntax
    'Declaration
     
    
    Property Enabled As Boolean
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    bool Enabled {get; set;}
    See Also