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


In This Topic
ContainsFocus Property (RoundedRectangleShape)
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 RoundedRectangleShape
Dim value As Boolean
 
value = instance.ContainsFocus
See Also