OLEMSGBUTTON Enum
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.
Specifies the button to display with a message.
public enum class OLEMSGBUTTON
C++/CX
public enum class OLEMSGBUTTON
enum OLEMSGBUTTON
public enum OLEMSGBUTTON
type OLEMSGBUTTON =
Public Enum OLEMSGBUTTON
- Inheritance
-
OLEMSGBUTTON
Name | Value | Description |
---|---|---|
OLEMSGBUTTON_OK | 0 | Displays the OK button. |
OLEMSGBUTTON_OKCANCEL | 1 | Displays the OK and CANCEL buttons. |
OLEMSGBUTTON_ABORTRETRYIGNORE | 2 | Displays the ABORT, RETRY, and IGNORE buttons. |
OLEMSGBUTTON_YESNOCANCEL | 3 | Displays the YES, NO, and CANCEL buttons. |
OLEMSGBUTTON_YESNO | 4 | Displays the YES and NO buttons. |
OLEMSGBUTTON_RETRYCANCEL | 5 | Displays the RETRY and CANCEL buttons. |
OLEMSGBUTTON_YESALLNOCANCEL | 6 | Displays the YES, ALL, NO, and CANCEL buttons. |
The OLEMSGBUTTON
value controls the button set to be used with a message.
From oleipc.idl.
[C++]
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |