Click or drag to resize

EditFocusChangeEvent.GotFocus Property

X#
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 
Request Example View Source

Property Value

Type: Logic
A logical value representing whether an edit control has either just gained keyboard focus (TRUE) or has just lost it (FALSE).
See Also