Class MessageDialogContentBase<TContext>
Inheritance
System.Object
RadSpreadsheetDialogContentBase<TContext>
MessageDialogContentBase<TContext>
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class MessageDialogContentBase<TContext> : RadSpreadsheetDialogContentBase<TContext>, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<TContext>, IRadSpreadsheetDialogContent where TContext : MessageDialogContextBase
Type Parameters
TContext
|
Constructors
MessageDialogContentBase()
Declaration
protected MessageDialogContentBase()
Fields
resultTrue
Declaration
protected DialogResult resultTrue
Field Value
System.Windows.Forms.DialogResult
|
Methods
InnerShow(IWin32Window, String, String)
Declaration
protected abstract 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
|
ShowDialog(TContext)
Declaration
public override void ShowDialog(TContext context)
Parameters
TContext
context
|
Overrides
Telerik.WinForms.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<TContext>.ShowDialog(TContext)