FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / CanFocus Property


In This Topic
CanFocus Property (ThreeWayArrowShape)
In This Topic
Gets or sets whether the element can receive focus.
Syntax
'Declaration
 
Public Overridable Property CanFocus As Boolean
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As Boolean
 
instance.CanFocus = value
 
value = instance.CanFocus
See Also