Share via


DialogButton Enum

Definition

Buttons to display in the dialog.

public enum DialogButton
type DialogButton = 
Public Enum DialogButton
Inheritance
DialogButton

Fields

Close 1

Shows a single close button.

None 0

Hides all of the dialog buttons.

OK 2

Shows a single OK button.

OKCancel 3

Shows an OK and Cancel button.

Applies to