Show

[server-side event icon] Show() Event

Called once the form has been displayed

Applies to: Form , TabbedItem


>

Show

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.

See also

Form methods, properties and events. TabbedItem methods, properties and events.