FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / Enabled Property


In This Topic
Enabled Property (FourWayArrowShape)
In This Topic
Gets or sets whether the object can receive focus and respond to user actions.
Syntax
'Declaration
 
Public Overridable Property Enabled As Boolean
 
'Usage
 
Dim instance As FourWayArrowShape
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also