IUIX_Button::Color Property

From PDF XChange PDF SDK
Revision as of 07:36, 6 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Gets/sets color of colorpicker button (button, created with UIX_ButtonStyle_ColorPicker flag). Color parameter is got and set via 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.