Click or drag to resize
CMSMultiButtonBaseInitOpeningButtonControls Method
Creates controls displayed at first when dropdown with other actions is hidden. After clicking on this control, dropdown with other actions will be automatically expanded.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected abstract WebControl InitOpeningButtonControls(
	CMSButtonAction firstAction
)

Parameters

firstAction
Type: CMS.ExtendedControlsCMSButtonAction
Action which represents the opening control

Return Value

Type: WebControl
Click on the returned control will expand dropdown list with other actions
See Also