www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: GetThemedPanelFEQ

Previous  Top  Next  


Prototype: (Long pPanelFEQ)

 

pPanelFEQThe Field EQuate label of the original panel.

 

ReturnsReturns the Field EQuate label of the tab sheet that was created

 

This method can be used if you use ThemeAPanel method to theme a panel using XPThemes.  The ThemeAPanel hides the panel and creates a wizard tabsheet instead creating an illusion of a themed panel!  But if you want to change any settings on the "new" panel, i.e. the tabsheet, you need to use the GetThemedPanelFEQ to get the control FEQ.

 

Example:

 

ITW   ITWindowsClass

SFEQ  Long

PFEQ  Long

Code

PFEQ =  ?MainPanel

SFEQ = ITW.GetThemedPanelFEQ(PFEQ)

Message('Sheet FEQ = ' & SFEQ & '|Panel FEQ = ' & PFEQ &|

        '||Because the ?MainPanel is not themed in this demo app, the numbers are always equal.','GetThemedPanelFEQ',ICON:Exclamation)

 

 

See also:

ThemeAPanel

XPThemesPresent

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getthemedpanelfeq_window.htm