Class AlertDialogContent
Represents alert dialog content.
Inheritance
System.Object
AlertDialogContent
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class AlertDialogContent : AlertDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<AlertDialogContext>, IRadSpreadsheetDialogContent
Constructors
AlertDialogContent()
Declaration
public AlertDialogContent()
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.AlertDialogContext>.InnerShow(System.Windows.Forms.IWin32Window, System.String, System.String)