Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
Public Enumeration OLEMSGDEFBUTTON
'Uso
Dim instance As OLEMSGDEFBUTTON
public enum OLEMSGDEFBUTTON
public enum class 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++]