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


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