GetSide2Panel method: PanelController class

Syntax

GetSide2Panel()

Description

Use the GetSide2Panel method to instantiate a Panel object representing the Side Page 2 panel with its current state.

Parameters

None

Returns

A PT_PAGE_UTILS:Panel object.

Example

import PT_PAGE_UTILS:*;
Local PT_PAGE_UTILS:PanelController &oPC = create PT_PAGE_UTILS:PanelController();
/* Multiple operations to be performed – auto-update disabled */
&oPC.Initialize( False);
Local PT_PAGE_UTILS:Panel &oSide2 = &oPC.GetSide2Panel();