C1.Win.Input.Base Namespace / C1InputHost Class / Focused Property

In This Topic
Focused Property (C1InputHost)
In This Topic
Gets a value indicating whether the control has input focus.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Focused As Boolean
 

Property Value

true if the control has focus; otherwise, false.
See Also