Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returned by GetThemePropertyOrigin to specify where a property was found.
Syntax
typedef enum PROPERTYORIGIN {
PO_STATE,
PO_PART,
PO_CLASS,
PO_GLOBAL,
PO_NOTFOUND
} ;
Constants
PO_STATE Property was found in the state section. |
PO_PART Property was found in the part section. |
PO_CLASS Property was found in the class section. |
PO_GLOBAL Property was found in the list of global variables. |
PO_NOTFOUND Property was not found. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uxtheme.h |