OLEMSGDEFBUTTON Enumeration

 

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)

public enum OLEMSGDEFBUTTON

Member nameDescription
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++]

Return to top
Show: