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


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