Click or drag to resize
IDialogFooter Interface
DialogFooter

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public interface IDialogFooter

The IDialogFooter type exposes the following members.

Methods
  NameDescription
Public methodAddControl
Adds a control to the footer.
Public methodHideCancelButton
Hides cancel button
Public methodShowCancelButton
Makes sure a cancel button is rendered on the page.
Top
See Also