ElementGotFocus event

Occurs when an element receives the input focus.
Syntax
Display
_
ElementGotFocus
(
ByVal
ElementName
As String
)
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.
ElementName
– is the name of the element that just received input focus.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal