Click or drag to resize
UILayoutPaneApplyPaneSettings Method
Fills given StringBuilder with pane settings.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void ApplyPaneSettings(
	StringBuilder sb
)

Parameters

sb
Type: System.TextStringBuilder
StringBuilder to fill with settings.
See Also