OLEMSGDEFBUTTON Enumeration
Visual Studio 2015
Determines which button in a group of buttons is the default.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLEMSGDEFBUTTON_FIRST | The first button is the default. | |
| OLEMSGDEFBUTTON_FOURTH | The fourth button is the default. | |
| OLEMSGDEFBUTTON_SECOND | The second button is the default. | |
| OLEMSGDEFBUTTON_THIRD | The third button is the default. |
From oleipc.idl.
[C++]
Show: