Class ConfirmDialogContent
Represents confirm dialog content.
Inheritance
System.Object
ConfirmDialogContent
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ConfirmDialogContent : ConfirmDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<ConfirmDialogContext>, IRadSpreadsheetDialogContent
Constructors
ConfirmDialogContent()
Declaration
public ConfirmDialogContent()
Methods
InnerShow(IWin32Window, String, String)
Declaration
protected override DialogResult InnerShow(IWin32Window parent, string text, string caption)
Parameters
System.Windows.Forms.IWin32Window
parent
|
System.String
text
|
System.String
caption
|
Returns
System.Windows.Forms.DialogResult
|
Overrides
Telerik.WinForms.Controls.Spreadsheet.Dialogs.MessageDialogContentBase<Telerik.WinForms.Controls.Spreadsheet.Dialogs.ConfirmDialogContext>.InnerShow(System.Windows.Forms.IWin32Window, System.String, System.String)