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


In This Topic
    Enabled Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Enabled As Boolean
    'Usage
     
    
    Dim instance As IElement
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    bool Enabled {get; set;}
    See Also