[]
        
(Showing Draft Content)

C1.WPF.C1MessageBoxButton

C1MessageBoxButton Enum

Specifies the buttons that are displayed on a message box.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum C1MessageBoxButton

Fields

Name Description
OK

The message box displays an OK button.

OKCancel

The message box displays OK and Cancel buttons.

YesNo

The message box displays Yes and No buttons.

YesNoCancel

The message box displays OK and Cancel buttons.