Click or drag to resize
CMSMoreOptionsButtonInitOpeningButtonControls Method
Creates two buttons. When first button is clicked, the action is performed. Second button opens dropdown menu.

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
First action

Return Value

Type: WebControl
Button opening dropdown
See Also