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


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