Click or drag to resize
MacroDesignerGroupBuildDesigner Method
Builds the designer controls structure.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual void BuildDesigner(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
If true, BuldDesigner is called to child groups as well
See Also