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


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