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