Class RadTaskDialogControl
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogControl : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadTaskDialogControl()
Properties
Page
Get or sets the RadTaskDialogPage of the TaskDialogControlElement, which is used to display the information and interaction.
Declaration
public RadTaskDialogPage Page { get; set; }
Property Value
RadTaskDialogPage
|
TaskDialogControlElement
Gets the main element of the RadTaskDialogControl.
Declaration
public RadTaskDialogControlElement TaskDialogControlElement { get; }
Property Value
RadTaskDialogControlElement
|
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
System.Windows.Forms.AccessibleObject
|
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
CreateTaskDoalogControlElement()
Declaration
protected virtual RadTaskDialogControlElement CreateTaskDoalogControlElement()
Returns
RadTaskDialogControlElement
|
OnHelpRequested(HelpEventArgs)
Declaration
protected override void OnHelpRequested(HelpEventArgs hevent)
Parameters
System.Windows.Forms.HelpEventArgs
hevent
|
OnPreviewKeyDown(PreviewKeyDownEventArgs)
Declaration
protected override void OnPreviewKeyDown(PreviewKeyDownEventArgs e)
Parameters
System.Windows.Forms.PreviewKeyDownEventArgs
e
|