Class RadTaskDialogPage
A class that represents the content of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogPage : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IRadTaskDialogPage
Constructors
RadTaskDialogPage()
Properties
AllowButtonsFocus
Gets or sets a value indicating whether the page buttons and radio buttons will have focused state.
Declaration
public bool AllowButtonsFocus { get; set; }
Property Value
System.
|
AllowCancel
Gets or sets a value indicating whether to show the close button of the Rad
Declaration
public bool AllowCancel { get; set; }
Property Value
System.
|
AllowMinimize
Gets or sets a value indicating whether to show the minimize button of the Rad
Declaration
public bool AllowMinimize { get; set; }
Property Value
System.
|
BottomLayout
Gets the bottom layout of the page, which holds the Command
Declaration
public RadTaskDialogBottomLayout BottomLayout { get; }
Property Value
BoundDialog
Gets the bounds Rad
Declaration
public RadTaskDialogForm BoundDialog { get; }
Property Value
Caption
Gets or sets the text of the Rad
Declaration
public string Caption { get; set; }
Property Value
System.
|
ClickedButton
Gets the clicked button of the page.
Declaration
public RadTaskDialogButton ClickedButton { get; }
Property Value
CommandArea
Gets the command area, which holds the Expander, Verification and Command
Declaration
public RadTaskDialogCommandArea CommandArea { get; }
Property Value
CommandAreaButtons
Gets or sets the command button collection.
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogButton> CommandAreaButtons { get; set; }
Property Value
ContentArea
Gets the content area, which holds the page text, expander(description) text, progress bar, radio buttons and the command link buttons
Declaration
public RadTaskDialogContentArea ContentArea { get; }
Property Value
ContentAreaButtons
Gets or sets the Rad
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogCommandLinkButton> ContentAreaButtons { get; set; }
Property Value
DefaultButton
Gets or sets the default buttons of the page, which has the initial focus when the page is shown.
Declaration
public RadTaskDialogButton DefaultButton { get; set; }
Property Value
ElementsStack
Gets the vertical stack that holds the Header
Declaration
public StackLayoutPanel ElementsStack { get; }
Property Value
Expander
Gets or sets the page expander.
Declaration
public RadTaskDialogExpander Expander { get; set; }
Property Value
Footnote
Gets or sets the footnote.
Declaration
public RadTaskDialogFootnote Footnote { get; set; }
Property Value
HeaderLayout
Gets the header layout, which holds the Icon, header text element and the Content
Declaration
public RadTaskDialogHeaderLayout HeaderLayout { get; }
Property Value
Heading
Gets or sets the heading text.
Declaration
public string Heading { get; set; }
Property Value
System.
|
Icon
Gets or sets the icon.
Declaration
public RadTaskDialogIcon Icon { get; set; }
Property Value
ProgressBar
Gets or sets the page progress bar.
Declaration
public RadTaskDialogProgressBar ProgressBar { get; set; }
Property Value
RadioButtons
Gets or sets the Rad
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogRadioButton> RadioButtons { get; set; }
Property Value
RightToLeftLayout
Gets or sets a value indicating whether the page layout is right to left.
Declaration
public bool RightToLeftLayout { get; set; }
Property Value
System.
|
SizeToContent
Gets or sets a value indicating whether to use its default size or the size of the page(form) will be according to the content of the page.
Declaration
public bool SizeToContent { get; set; }
Property Value
System.
|
UseEqualHeaderAndIconHeight
Gets or sets a value indicating whether the header text and the icon will have equal heights.
If [true] the Icon and Header
Declaration
public bool UseEqualHeaderAndIconHeight { get; set; }
Property Value
System.
|
UseWideContentArea
Gets or sets a value indicating, whether the content area will occupy the full width of the Rad
Declaration
public bool UseWideContentArea { get; set; }
Property Value
System.
|
Verification
Gets or sets the page verification checkbox.
Declaration
public RadTaskDialogVerificationCheckBox Verification { get; set; }
Property Value
Methods
AddedToForm(RadForm)
Notifies the page, when it is added to a Rad
Declaration
public void AddedToForm(RadForm form)
Parameters
Rad The bound form. |
Implements
CreateBottomLayout()
Declaration
protected virtual RadTaskDialogBottomLayout CreateBottomLayout()
Returns
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateElementsStack()
CreateHeaderLayout()
Declaration
protected virtual RadTaskDialogHeaderLayout CreateHeaderLayout()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
Navigate(RadTaskDialogPage)
OnCreated(EventArgs)
Declaration
protected virtual void OnCreated(EventArgs e)
Parameters
System.
|
OnDestroyed(EventArgs)
Declaration
protected virtual void OnDestroyed(EventArgs e)
Parameters
System.
|
OnHelpRequest(EventArgs)
Declaration
protected virtual void OnHelpRequest(EventArgs e)
Parameters
System.
|
ProcessHelpRequested(HelpEventArgs)
Declaration
protected virtual bool ProcessHelpRequested(HelpEventArgs hevent)
Parameters
System.
|
Returns
System.
|
ProcessKeyDown(PreviewKeyDownEventArgs)
Declaration
protected virtual bool ProcessKeyDown(PreviewKeyDownEventArgs e)
Parameters
System.
|
Returns
System.
|
Events
Created
Raised after this RadTaskDialogPage is bound to a task dialog: after the dialog was created or navigated.
Declaration
public event EventHandler Created
Event Type
System.
|
Destroyed
Raised when this RadTaskDialogPage is about to be unbound from a task dialog: when the dialog is about to be destroyed or about to navigate to another page.
Declaration
public event EventHandler Destroyed
Event Type
System.
|
HelpRequest
Raised when the user presses F1 or clicks the "Help" standard button
Declaration
public event EventHandler HelpRequest
Event Type
System.
|