Show

Description

Occurs just before the window is displayed.

Event ID

Event ID

Objects

pbm_showwindow

Window


Arguments

Argument

Description

show

Boolean by value (whether the window is being shown). The value is always true.

status

Long by value (the status of the window).

Values are:

  • 0 -- The current window is the only one affected.

  • 1 -- The window's parent is also being minimized or a pop-up window is being hidden.

  • 3 -- The window's parent is also being displayed or maximized or a pop-up window is being shown.


Return Values

Long.

Return code choices (specify in a RETURN statement):

0 -- Continue processing

Usage

The Show event occurs when the window is opened.

See also

Activate

Hide

Open