Click or drag to resize
IExtensibleEditMenuAddAdditionalControl Method
Adds additional control to pnlAdditionalControls panel that shows this control in right part of panel.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
void AddAdditionalControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to be added
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrol is null
See Also