OLEMSGDEFBUTTON Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines which button in a group of buttons is the default.
public enum class OLEMSGDEFBUTTON
public enum class OLEMSGDEFBUTTON
enum OLEMSGDEFBUTTON
public enum OLEMSGDEFBUTTON
type OLEMSGDEFBUTTON =
Public Enum OLEMSGDEFBUTTON
- Inheritance
-
OLEMSGDEFBUTTON
Fields
OLEMSGDEFBUTTON_FIRST | 0 | The first button is the default. |
OLEMSGDEFBUTTON_FOURTH | 3 | The fourth button is the default. |
OLEMSGDEFBUTTON_SECOND | 1 | The second button is the default. |
OLEMSGDEFBUTTON_THIRD | 2 | The third button is the default. |
Remarks
COM Signature
From oleipc.idl.
[C++]