FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Selectable Property


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