InsertPanelExPage |
www.progui.co.uk Top Previous Next |
InsertPanelExPage() Syntax WindowsID.i = InsertPanelExPage(Panel.i, Page.i, Background.i) Description Inserts an empty page into the specified PanelEx container. Any gadgets created after this command will be added to the page. Panel.i is the ID/Handle of the PanelEx and Page.i is the Index/ID of the page that the new page will be inserted before. Page.l can also be -1 in order to add the new page after the last 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.
|