GetPanelControlStyle function

Syntax

GetPanelControlStyle()

Description

Use the GetPanelControlStyle function to return the styles set by the system that control the state of the left and right panels as a String value.

Important:

Use this function within fluid applications only.

Parameters

None.

Returns

A String value.

Example

method Initialize
   /* … */
   &m_oCSS = create PT_PAGE_UTILS:Styles(GetPanelControlStyle());
   /* … */
end-method;