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