Determines which button in a group of buttons is the default.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration OLEMSGDEFBUTTON
public enum OLEMSGDEFBUTTON
public enum class OLEMSGDEFBUTTON
type OLEMSGDEFBUTTON
public enum OLEMSGDEFBUTTON
Members
| 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. | 
Remarks
COM Signature
From oleipc.idl.
[C++]