Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Focused Property


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