EditFocusChangeEvent.GotFocus Property | |
A logical value representing whether an edit control has either just gained keyboard focus (TRUE) or has just lost 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 representing whether an edit control has either just gained keyboard focus (TRUE) or has just lost it (FALSE).
See Also