OLEMSGBUTTON Enumeration
Visual Studio 2015
Specifies the button to display with a message.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLEMSGBUTTON_ABORTRETRYIGNORE | Displays the ABORT, RETRY, and IGNORE buttons. | |
| OLEMSGBUTTON_OK | Displays the OK button. | |
| OLEMSGBUTTON_OKCANCEL | Displays the OK and CANCEL buttons. | |
| OLEMSGBUTTON_RETRYCANCEL | Displays the RETRY and CANCEL buttons. | |
| OLEMSGBUTTON_YESALLNOCANCEL | Displays the YES, ALL, NO, and CANCEL buttons. | |
| OLEMSGBUTTON_YESNO | Displays the YES and NO buttons. | |
| OLEMSGBUTTON_YESNOCANCEL | Displays the YES, NO, and CANCEL buttons. |
The OLEMSGBUTTON value controls the button set to be used with a message.
From oleipc.idl.
[C++]
Show: