![]() | TaskDialog Class |
Namespace: Ookii.Dialogs.Wpf
The TaskDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskDialog |
Initializes a new instance of the TaskDialog class.
|
![]() | TaskDialog(IContainer) |
Initializes a new instance of the TaskDialog class with the specified container.
|
Name | Description | |
---|---|---|
![]() | AllowDialogCancellation |
Gets or sets a value that indicates that the dialog should be able to be closed using Alt-F4, Escape and the title
bar's close button even if no cancel button is specified.
|
![]() | Buttons |
Gets a list of the buttons on the Task Dialog.
|
![]() | ButtonStyle |
Gets or sets a value that indicates whether custom buttons should be displayed as normal buttons or command links.
|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | CenterParent |
Gets or sets a value that indicates whether the dialog is centered in the parent window instead of the screen.
|
![]() | CollapsedControlText |
Gets or sets the text to use for the control for expading the expandable information specified in ExpandedInformation.
|
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Content |
Gets or sets the dialog's primary content.
|
![]() | CustomFooterIcon |
Gets or sets a custom icon to display in the footer area of the task dialog.
|
![]() | CustomMainIcon |
Gets or sets a custom icon to display in the dialog.
|
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | EnableHyperlinks |
Gets or sets a value that indicates whether hyperlinks are allowed for the Content, ExpandedInformation
and Footer properties.
|
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | ExpandedByDefault |
Gets or sets a value that indicates that the string specified by the ExpandedInformation property
should be displayed by default.
|
![]() | ExpandedControlText |
Gets or sets the text to use for the control for collapsing the expandable information specified in ExpandedInformation.
|
![]() | ExpandedInformation |
Gets or sets additional information to be displayed on the dialog.
|
![]() | ExpandFooterArea |
Gets or sets a value that indicates that the string specified by the ExpandedInformation property
should be displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content.
|
![]() | Footer |
Gets or sets the text to be used in the footer area of the task dialog.
|
![]() | FooterIcon |
Gets or sets the icon to display in the footer area of the task dialog.
|
![]() | Handle |
Gets the window handle of the task dialog.
|
![]() | IsVerificationChecked |
Gets or sets a value that indicates whether the verification checkbox is checked ot not.
|
![]() | MainIcon |
Gets or sets the icon to display in the task dialog.
|
![]() | MainInstruction |
Gets or sets the dialog's main instruction.
|
![]() | MinimizeBox |
Gets or sets a value that indicates whether the dialog has a minimize box on its caption bar.
|
![]() ![]() | OSSupportsTaskDialogs |
Gets a value that indicates whether the current operating system supports task dialogs.
|
![]() | ProgressBarMarqueeAnimationSpeed |
Gets or sets the marquee animation speed of the progress bar in milliseconds.
|
![]() | ProgressBarMaximum |
Gets or sets the upper bound of the range of the task dialog's progress bar.
|
![]() | ProgressBarMinimum |
Gets or sets the lower bound of the range of the task dialog's progress bar.
|
![]() | ProgressBarState |
Gets or sets the state of the task dialog's progress bar.
|
![]() | ProgressBarStyle |
Gets or sets the type of progress bar displayed on the dialog.
|
![]() | ProgressBarValue |
Gets or sets the current value of the task dialog's progress bar.
|
![]() | RadioButtons |
Gets a list of the radio buttons on the Task Dialog.
|
![]() | RaiseTimerEvent |
Gets or sets a value that indicates whether the Timer event is raised periodically while the dialog
is visible.
|
![]() | RightToLeft |
Gets or sets a value that indicates whether text is displayed right to left.
|
![]() | Site | (Inherited from Component.) |
![]() | Tag |
Gets or sets an object that contains data about the dialog.
|
![]() | VerificationText |
Gets or sets the label for the verification checkbox.
|
![]() | Width |
Specifies the width of the task dialog's client area in DLU's.
|
![]() | WindowIcon |
Gets or sets the icon to be used in the title bar of the dialog.
|
![]() | WindowTitle |
Gets or sets the window title of the task dialog.
|
Name | Description | |
---|---|---|
![]() | ClickVerification |
Simulates a click on the verification checkbox of the TaskDialog, if it exists.
|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | OnButtonClicked |
Raises the ButtonClicked event.
|
![]() | OnCreated |
Raises the Created event.
|
![]() | OnDestroyed |
Raises the Destroyed event.
|
![]() | OnExpandButtonClicked |
Raises the ExpandButtonClicked event.
|
![]() | OnHelpRequested |
Raises the HelpRequested event.
|
![]() | OnHyperlinkClicked |
Raises the HyperlinkClicked event.
|
![]() | OnRadioButtonClicked |
Raises the RadioButtonClicked event.
|
![]() | OnTimer |
Raises the Timer event.
|
![]() | OnVerificationClicked |
Raises the VerificationClicked event.
|
![]() | Show |
Shows the task dialog as a modeless dialog.
|
![]() | ShowDialog |
Shows the task dialog as a modal dialog.
|
![]() | ShowDialog(Window) |
Shows the task dialog as a modal dialog.
|
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Name | Description | |
---|---|---|
![]() | ButtonClicked |
Event raised when the user clicks a button on the task dialog.
|
![]() | Created |
Event raised when the task dialog has been created.
|
![]() | Destroyed |
Event raised when the task dialog has been destroyed.
|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | ExpandButtonClicked |
Event raised when the user clicks the expand button on the task dialog.
|
![]() | HelpRequested |
Event raised when the user presses F1 while the dialog has focus.
|
![]() | HyperlinkClicked |
Event raised when the user clicks a hyperlink.
|
![]() | RadioButtonClicked |
Event raised when the user clicks a radio button on the task dialog.
|
![]() | Timer |
Event raised periodically while the dialog is displayed.
|
![]() | VerificationClicked |
Event raised when the user clicks the verification check box.
|