OleCommandTextType 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.
Provides a managed implementation of the OLECMDTEXTF enumeration, which specifies the kind of text that is being requested.
public enum class OleCommandTextType
public enum OleCommandTextType
type OleCommandTextType =
Public Enum OleCommandTextType
- Inheritance
-
OleCommandTextType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No extra information is requested. |
Name | 1 | The command handler should provide the localized name of the command. |
Status | 2 | The command handler should provide a localized status string for the command. |