다음을 통해 공유


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)

Syntax

‘선언
Public Enumeration OLEMSGDEFBUTTON
‘사용 방법
Dim instance As 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_SECOND The second button is the default.
OLEMSGDEFBUTTON_THIRD The third button is the default.
OLEMSGDEFBUTTON_FOURTH The fourth button is the default.

Remarks

COM Signature

From oleipc.idl.

[C++]

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace