Name | Description | |
---|---|---|
![]() | NTaskDialog Constructor | Default constructor. Do not use this constructor to create task dialogs. Use the static Create method instead. |
The following tables list the members exposed by NTaskDialog.
Name | Description | |
---|---|---|
![]() | NTaskDialog Constructor | Default constructor. Do not use this constructor to create task dialogs. Use the static Create method instead. |
Name | Description | |
---|---|---|
![]() ![]() | ButtonsProperty | Reference to the CommonButtons property. |
![]() ![]() | ButtonStripChild | Reference to the ButtonStrip child. |
![]() ![]() | CustomButtonIndexProperty | Reference to the CustomButtonIndex property. |
![]() ![]() | CustomButtonsChild | Reference to the CustomButtons child. |
![]() ![]() | FooterChild | Reference to the Footer child. |
![]() ![]() | HeaderChild | Reference to the Header child. |
![]() ![]() | NTaskDialogSchema | Schema associated with NTaskDialog. |
![]() ![]() | RadioButtonGroupChild | Reference to the RadioButtonGroup child. |
![]() ![]() | TaskResultProperty | Reference to the TaskResult property. |
![]() ![]() | VerificationCheckBoxChild | Reference to the VerificationCheckBox child. |
Name | Description | |
---|---|---|
![]() | Buttons | Gets/Sets the common buttons of the task dialog, e.g. OK, Cancel, etc. |
![]() | ButtonStrip | Gets/Sets the buttons strip, which holds the common buttons of the task dialog. This property is automatically updated when the Buttons property has changed. |
![]() | CustomButtonIndex | Gets the zero-based index of the clicked custom button. Equal to -1 if none of the custom buttons was clicked. |
![]() | CustomButtons | Gets/Sets the custom buttons of the task dialog. |
![]() | Footer | Gets/Sets the footer. |
![]() | Header | Gets/Sets the header. |
![]() | RadioButtonGroup | Gets/Sets the radio button group of this task dialog. |
![]() | TaskResult | Gets the result of the task dialog. |
![]() | VerificationCheckBox | Gets/Sets the VerificationCheckBox child. |
Name | Description | |
---|---|---|
![]() | AccumulateDisplayChildren | Overridden. Appends the displayable children of the element to the provided list. |
![]() ![]() | Create | Creates a task dialog. |
![]() ![]() | CreateSaveChangesDialog | Creates a Save Changes? dialog with Yes, No and Cancel buttons. |
Name | Description | |
---|---|---|
![]() | ArrangeWindowContent | Overridden. Arranges the window content only (i.e. without the title bar). |
![]() | CloseAfterEscapeKeyPress | Overridden. Called when the user has pressed the "Escape" button to close the window. |
![]() | CreateButtonStrip | Creates the common buttons button strip (e.g. a strip with OK and Cancel buttons). |
![]() | GetLayout | Gets the layout, which should arrange the dialog content. |
![]() | GetLayoutContext | Gets a widget layout context for the specified content area. |
![]() | GetWidgetsToArrange | Gets the widgets that should be arranged. |
![]() | MeasureWindowContent | Overridden. Measures the window content only (i.e. without the title bar). |
![]() ![]() | MUfd | |
![]() | OnButtonClick | Called when a common button (e.g. OK, Cancel) has been clicked. |
![]() | OnButtonsChanged | Called when the Buttons property has changed. |
![]() | OnClosed | Overridden. Called when the task dialog is closed. |
![]() | OnCustomButtonClick | Called when a command button has been clicked. |
![]() | OnOpened | Overridden. Called when the task dialog is opened. |