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