Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Selectable Property


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