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