IUIX_Button::Color Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Color Property}} | {{#customTitle:IUIX_Button::Color Property}} | ||
{{#parentPage:PXV:IUIX_Button|Color Property|property}} | {{#parentPage:PXV:IUIX_Button|Color Property|property}} | ||
− | |||
Gets or sets the color of a ''colorpicker [[PXV:IUIX_Button|button]]'' (button, created with [[PXV:UIX_ButtonStyleFlags|UIX_ButtonStyle_ColorPicker flag]]). | Gets or sets the color of a ''colorpicker [[PXV:IUIX_Button|button]]'' (button, created with [[PXV:UIX_ButtonStyleFlags|UIX_ButtonStyle_ColorPicker flag]]). | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Button|IUIX_Button]], [[PXV:IColor|IColor]], [[PXV:IUIX_ColorPicker|IUIX_ColorPicker]]. |
Revision as of 05:59, 20 May 2015
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);