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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected override WebControl InitOpeningButtonControls(
	CMSButtonAction firstAction
)

Parameters

firstAction
Type: CMS.ExtendedControlsCMSButtonAction
Text of this action will be displayed

Return Value

Type: WebControl
Created button
See Also