Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Selectable Property


In This Topic
Selectable Property (PSObject)
In This Topic
Gets or sets whether can select.
Syntax
'Declaration
 
Public Overrides Property Selectable As Boolean
 
'Usage
 
Dim instance As PSObject
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
See Also