Spread WinForms 15
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
See Also