Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Selectable Property


In This Topic
Selectable Property (IElementStyle)
In This Topic
Gets or sets whether selectable.
Syntax
'Declaration
 
Property Selectable As Boolean
 
'Usage
 
Dim instance As IElementStyle
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
See Also