GetSide1Panel method: PanelController class

Syntax

GetSide1Panel()

Description

Use the GetSide1Panel method to instantiate a Panel object representing the Side Page 1 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 &oSide1 = &oPC.GetSide1Panel();