Contents Index Topic Contents | ||
Previous Topic: OLECMDID Next Topic: PRINTFLAG |
OLECMDTEXTF
typedef enum { OLECMDTEXTF_NONE = 0, OLECMDTEXTF_NAME = 1, OLECMDTEXTF_STATUS = 2 } OLECMDTEXTF;Specifies the type of information that an object should store in the OLECMDTEXT structure passed in the IOleCommandTarget::QueryStatus method. One value from this enumeration is stored in the cmdtextf member of the OLECMDTEXT structure to indicate the desired information.
- OLECMDTEXTF_NONE
- No extra information is requested.
- OLECMDTEXTF_NAME
- Object should provide the localized name of the command.
- OLECMDTEXTF_STATUS
- Object should provide a localized status string for the command.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.