DialogButton Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Buttons to display in the dialog.
public enum DialogButton
type DialogButton =
Public Enum DialogButton
- Inheritance
-
DialogButton
Fields
Name | Value | Description |
---|---|---|
None | 0 | Hides all of the dialog buttons. |
Close | 1 | Shows a single close button. |
OK | 2 | Shows a single OK button. |
OKCancel | 3 | Shows an OK and Cancel button. |