Click or drag to resize
IDialogFooterAddControl Method
Adds a control to the footer.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
void AddControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to be added.
See Also