Class DialogButtonLabels
Provides a set of predefined button labels for dialogs.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public static class DialogButtonLabels
Properties
| Name | Description |
|---|---|
| OK | Gets the "OK" button label. |
| OKCancel | Gets the "OK" and "Cancel" button labels. |
| YesNo | Gets the "Yes" and "No" button labels. |
| YesNoCancel | Gets the "Yes", "No", and "Cancel" button labels. |