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


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