IUIX_Inst::CreateColorPicker Method
From PDF XChange PDF SDK
Creates new object of IUIX_ColorPicker interface.
Syntax
HRESULT CreateColorPicker( IUIX_Obj* pParent, [in, defaultvalue(0)] LONGLONG nStyle, [out, retval, defaultvalue(NULL)] IUIX_ColorPicker** pColorPicker);
Parameters
- pParent
- parent object.
- nStyle
- [in, defaultvalue(0)] specifies color picker style flags from UIX_ColorPickerStyleFlags enumeration.
- pColorPicker
- [out, retval, defaultvalue(NULL)] return object of IUIX_ColorPicker interface.
Return Value
Returns S_OK if the operation was successful, or will return an error code if it fails.