Bearbeiten

DialogButtonType Enum

Definition

The style (caption) of button on a Dialog.

This enumeration supports a bitwise combination of its member values.

public enum class DialogButtonType
[System.Flags]
public enum DialogButtonType
[<System.Flags>]
type DialogButtonType = 
Public Enum DialogButtonType
Inheritance
DialogButtonType
Attributes

Fields

Accept 8
Cancel 4
Close 1
Confirm 2
No 32
None 0
OK 64
Yes 16

Applies to