RadTaskDialogForm
Definition
Namespace:Telerik.WinControls.UI.TaskDialog
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTaskDialogForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadTaskDialogForm...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTaskDialogForm class.
public RadTaskDialogForm()
Properties
Gets the task dialog control.
public RadTaskDialogControl TaskDialogControl { get; }
Methods
protected override AccessibleObject CreateAccessibilityInstance()
Overrides:
Displays a non-modal RadTaskDialogForm with UI that is specified by the RadTaskDialogPage.
public RadTaskDialogButton Show(RadTaskDialogPage page, IWin32Window owner = null)
The page that is going to be displayed.
ownerIWin32WindowAn implementation of IWin32Window that will own the RadTaskDialog.
Returns:The pressed button from the user.
Displays a modal RadTaskDialogForm with UI that is specified by the RadTaskDialogPage.
public RadTaskDialogButton ShowDialog(RadTaskDialogPage page, IWin32Window owner = null)
The page that is going to be displayed.
ownerIWin32WindowAn implementation of IWin32Window that will own the RadTaskDialog.
Returns:The pressed button from the user.