PX_Color
Visual Studio 2005
Call this function within your control's DoPropExchange member function to serialize or initialize a property of type OLE_COLOR.
BOOL PX_Color( CPropExchange* pPX, LPCTSTR pszPropName, OLE_COLOR& clrValue ); BOOL PX_Color( CPropExchange* pPX, LPCTSTR pszPropName, OLE_COLOR& clrValue, OLE_COLOR clrDefault );
Parameters
- pPX
-
Pointer to the CPropExchange object (typically passed as a parameter to DoPropExchange).
- pszPropName
-
The name of the property being exchanged.
- clrValue
-
Reference to the variable where the property is stored (typically a member variable of your class).
- clrDefault
-
Default value for the property, as defined by the control developer.