FocusChangeEvent.GotFocus Property | |
A logical value determining whether a window has either gained keyboard focus (TRUE) or is about to lose it (FALSE).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY GotFocus AS LOGIC GET
public virtual bool GotFocus { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value determining whether a window has either gained keyboard focus (TRUE) or is about to lose it (FALSE).
See Also