IDialogFooterAddControl Method |
Adds a control to the footer.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax void AddControl(
Control control
)
Parameters
- control
- Type: System.Web.UIControl
Control to be added.
See Also