Click or drag to resize
CMSAbstractUIWebpartManagePaneTitle Method
Handles displaying page title and breadcrumbs

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void ManagePaneTitle(
	UILayoutPane paneTitle,
	bool hidePane
)

Parameters

paneTitle
Type: CMS.UIControlsUILayoutPane
UI layout pane with title
hidePane
Type: SystemBoolean
Indicates whether hide pane if title not to be shown
See Also