IUIX_Button::Color Property

From PDF XChange PDF SDK
Revision as of 04:10, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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**  pColor);
HRESULT put_Color([in]  IColor*  pColor);

See Also

IUIX_Button