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:
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.
|