SetPanelExPageAlpha

www.progui.co.uk  Top  Previous  Next

SetPanelExPageAlpha()

Syntax

Success = SetPanelExPageAlpha(Panel.i, Page.i, Alpha.c, noRefresh.b)

Description

 

Sets a PanelEx page's alpha transparency. Note currently only ProGUI components (except MenuEx, ToolBarEx and Rebar) inside the page will be effected.

Panel.i is the ID/Handle of the PanelEx and Page.i is the Index/ID of the page that you want to set the alpha transparency for.

Alpha.c can be a number from 0 to 255, 0 = fully transparent and 255 = opaque.

If noRefresh.b is set to true then the PanelEx page won't be refreshed/updated after this command is called.

 

 

Returns true for success or zero for failure.

 

PanelEx Index