Class RadTaskDialogForm
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadTaskDialogForm()
Properties
TaskDialogControl
Gets the task dialog control.
Declaration
public RadTaskDialogControl TaskDialogControl { get; }
Property Value
RadTaskDialogControl
|
Methods
AddPage(RadTaskDialogPage)
Declaration
protected virtual void AddPage(RadTaskDialogPage page)
Parameters
RadTaskDialogPage
page
|
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
System.Windows.Forms.AccessibleObject
|
CreateTaskDialogControl()
Declaration
protected virtual RadTaskDialogControl CreateTaskDialogControl()
Returns
RadTaskDialogControl
|
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Show(RadTaskDialogPage, IWin32Window)
Displays a non-modal RadTaskDialogForm with UI that is specified by the RadTaskDialogPage.
Declaration
public RadTaskDialogButton Show(RadTaskDialogPage page, IWin32Window owner = null)
Parameters
RadTaskDialogPage
page
The page that is going to be displayed. |
System.Windows.Forms.IWin32Window
owner
An implementation of System.Windows.Forms.IWin32Window that will own the RadTaskDialog. |
Returns
RadTaskDialogButton
The pressed button from the user. |
ShowDialog(RadTaskDialogPage, IWin32Window)
Displays a modal RadTaskDialogForm with UI that is specified by the RadTaskDialogPage.
Declaration
public RadTaskDialogButton ShowDialog(RadTaskDialogPage page, IWin32Window owner = null)
Parameters
RadTaskDialogPage
page
The page that is going to be displayed. |
System.Windows.Forms.IWin32Window
owner
An implementation of System.Windows.Forms.IWin32Window that will own the RadTaskDialog. |
Returns
RadTaskDialogButton
The pressed button from the user. |