Name | Description | |
---|---|---|
NButtonStrip Constructor | Overloaded. |
The following tables list the members exposed by NButtonStrip.
Name | Description | |
---|---|---|
NButtonStrip Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanCloseEvent | Reference to the CanClose event. | |
NButtonStripSchema | Schema associated with NButtonStrip. |
Name | Description | |
---|---|---|
AddAbortRetryIgnoreButtons | Adds Abort/Retry/Ignore buttons to the predefined buttons stack. | |
AddCancelButton | Adds Cancel button to the predefined button stack. | |
AddCloseButton | Adds a Close button to the predefined buttons stack. | |
AddCustomButton | Adds a custom button | |
AddOKButton | Adds OK button to the predefined buttons stack. | |
AddOKCancelButtons | Adds OK/Cancel buttons to the predefined buttons stack. | |
AddPredefinedButton | Adds a predefined button. | |
AddRetryCancelButtons | Adds Retry/Cancel to the predefined buttons stack. | |
AddYesNoButtons | Adds Yes/No buttons to the predefined buttons stack. | |
AddYesNoCancelButtons | Adds Yes/No/Cancel buttons to the predefined buttons stack. | |
GetCustomButtonsStack | Gets the stack in which the custom buttons of the button strip reside (located on the left). | |
GetPredefinedButton | Gets the predefined button with the specified windows result. | |
GetPredefinedButtonsStack | Gets the stack in which the predefined buttons of the button strip reside (located on the right). |
Name | Description | |
---|---|---|
CreateButtonContent | Creates a horizontally and vertically centered label with the given text. | |
OnButtonClicked | Called when a button from the button strip has been clicked. Closes the window in which this button strip is placed in if the windows's result is not "None". |
Name | Description | |
---|---|---|
CanClose | Determines whether the button strip can close the dialog in which it resides, when a button with non None result is clicked. |