AddPanelExPage

www.progui.co.uk  Top  Previous  Next

AddPanelExPage()

Syntax

WindowsID.i = AddPanelExPage(Background.i)

Description

Adds an empty page to the current PanelEx container.  Any gadgets created after this command will be added to the page.

Background.i can be a gradient or a number from -1 to 11 which selects the style of the theme background for the panel:

Background.l

Theme

-1

No theme background.

0

Default tabbed background.

1

Blue slight vertical gradient.

2

Blue horizontal gradient.

3

Light blue solid.

4

Light blue horizontal gradient.

5

Light blue slight vertical gradient.

6

Dark blue slight vertical gradient.

7

Rebar background.

8

System push button normal background.

9

System push button hot background.

10

System push button pressed background.

11

System push button disabled background.

 

Note the theme descriptions are based on WindowsXP Blue visual Style

and may vary in appearance depending on the user's theme settings.

 

Returns the Windows ID (HWND) of the newly created PanelEx page or zero for failure.

 

PanelEx Index