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


In This Topic
Focused Property (CalloutArrowShape)
In This Topic
Gets whether the element has focus.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Focused As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.Focused
See Also