Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class / Enabled Property


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