The C1ConfirmDialog type exposes the following members.

Constructors

  Name Description
Public method C1ConfirmDialog
Initializes a new instance of the C1ConfirmDialog class.

Methods

  Name Description
Public method AssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
Public method ClearPendingPostbackEvents
Clear pending postback events.
(Inherited from C1ThemeableControlBase.)
Public method CreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.)
Public method DoPostBack
Execute postback.
(Inherited from C1ThemeableControlBase.)
Public method Hide
Hide dialog window.
(Inherited from C1DialogBase.)
Public method Initialize
Initializes this instance.
(Inherited from C1DialogBase.)
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1DialogBase.)
Public method PendingPostbackEvent
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.)
Public method PendingPostbackPropertyChanged
Called when property changed.
(Inherited from C1ThemeableControlBase.)
Public method SaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)
Public method Show
Show dialog window.
(Inherited from C1DialogBase.)

Properties

  Name Description
Public property CancelText
Gets or sets the cancel text.
Public property ClientObjectID
Gets the client side object ID. This id can be used as alternative to $find(id) method when instance of control class created dynamically without registering within ASP .NET AJAX framework. Usage example: var controlObj = window[control.get_clientObjectID());
(Inherited from C1ThemeableControlBase.)
Public property ConfirmCancelElement
Gets the confirm cancel element.
Public property ConfirmContentElement
Gets the confirm content element.
Public property Confirmed
Gets a value indicating whether this C1ConfirmDialog is confirmed.
Public property ConfirmOKElement
Gets the confirm OK element.
Public property ConfirmText
Gets or sets the confirm text.
Public property Content
Gets or sets the content.
(Inherited from C1DialogBase.)
Public property ContentElement
Gets the content element.
(Inherited from C1DialogBase.)
Public property Enabled
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from C1ThemeableControlBase.)
Public property OkText
Gets or sets the ok text.
Public property OutermostElement
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.)
Public property PromptTextElement
Gets the confirm prompt text element.
Public property PropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public property Top
Gets or sets the top position in pixels where dialog will be shown. Default value is 0.
(Inherited from C1DialogBase.)
Public property UniqueID
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.)
Public property VisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)

Events

  Name Description
Public event Hidden
Occurs when dialog hidden.
(Inherited from C1DialogBase.)
Public event Shown
Occurs when dialog shown.
(Inherited from C1DialogBase.)

See Also