Click or drag to resize
CMSToggleButtonInitOpeningButtonControls Method
Creates first button which will open dropdown with other actions. This button does not perform action itself.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override WebControl InitOpeningButtonControls(
	CMSButtonAction firstAction
)

Parameters

firstAction
Type: CMS.Base.Web.UICMSButtonAction
Text of this action will be displayed

Return Value

Type: WebControl
Created button
See Also