IUIX_Button::Color Property
From PDF XChange PDF SDK
Gets or sets the color of a colorpicker button (button, created with UIX_ButtonStyle_ColorPicker flag).
Color parameter is retrieved or set via the IColor interface.
Syntax
HRESULT get_Color([out, retval] IColor** ppColor); HRESULT put_Color([in] IColor* ppColor);
See Also
See also IUIX_Button, IColor, IUIX_ColorPicker.