Show
Show() Event
Called once the form has been displayed
Applies to: Form , TabbedItem
This event is called as soon as the form has been displayed and before the user can access any of the controls on the form (including OCX controls which are instantiated only after the Enter() event has completed). This event handler is commonly used to display an information or warning message in the context of the form.