FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / Selectable Property


In This Topic
Selectable Property (ElementWithButtons)
In This Topic
Gets or sets whether the control can receive focus.
Syntax
'Declaration
 
Public Overridable Property Selectable As Boolean
 
'Usage
 
Dim instance As ElementWithButtons
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
See Also