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_STATEProperty was found in the state section. |
PO_PARTProperty was found in the part section. |
PO_CLASSProperty was found in the class section. |
PO_GLOBALProperty was found in the list of global variables. |
PO_NOTFOUNDProperty 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 |