SetPanelControlStyle function

Syntax

SetPanelControlStyle(style)

Description

Use the SetPanelControlStyle function to specify a String value that updates the system with styles that control the state of the left and right panels.

Important:

Use this function within fluid applications only.

Parameters

Parameter Description

style

Specifies the styles for the panel controller as a String value.

Returns

A String value.

Example

method UpdatePanel
   SetPanelControlStyle(&m_oCSS.ResultStyles);
end-method;