Represents buttons in message box for system alert event.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration MessageButtons
C#
[FlagsAttribute]
public enum MessageButtons
Visual C++
[FlagsAttribute]
public enum class MessageButtons
JavaScript
Greatis.Nostalgia.MessageButtons = function();
Greatis.Nostalgia.MessageButtons.createEnum('Greatis.Nostalgia.MessageButtons', true);

Members

Member nameDescription
None
Message box has no buttons.
OK
Message box has OK button.
Cancel
Message box has Cancel button.
Abort
Message box has Abort button.
Retry
Message box has Retry button.
Ignore
Message box has Ignore button.
Yes
Message box has Yes button.
No
Message box has No button.
Close
Message box has Close button.

See Also