Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MsgBoxButtonBar

The MsgBoxButton enumeration specifies values of predefined buttons and button combinations for message boxes.

Index

Enumeration members

Enumeration members

Close

Close: = MsgBoxButton.Close

Message box will have a single Close button

None

None: = MsgBoxButton.None

Message box will display no buttons

OK

OK: = MsgBoxButton.OK

Message box will have a single OK button

OkCancel

OkCancel: = MsgBoxButton.OK + MsgBoxButton.Cancel

Message box will have OK and Cancel buttons

YesNo

YesNo: = MsgBoxButton.Yes + MsgBoxButton.No

Message box will have Yes and No buttons

YesNoCancel

YesNoCancel: = MsgBoxButton.Yes + MsgBoxButton.No + MsgBoxButton.Cancel

Message box will have Yes, No and Cancel buttons

Generated using TypeDoc