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

Return Value

Type: WebControl
Button opening dropdown
See Also