OlkListBox.Enter Event
Outlook Developer Reference |
Occurs when the control receives focus, immediately after the previous control's Exit event.
Version Information
Version Added: Outlook 2007
Syntax
expression.Enter
expression A variable that represents an OlkListBox object.
Remarks
This is similar to the GotFocus event exposed by managed-code controls or in Microsoft Visual Basic 6.
See Also