IUIX_CmdColorBtn::Color Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdColorBtn::Color Property}} | {{#customTitle:IUIX_CmdColorBtn::Color Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdColorBtn|property}} | + | {{#parentPage:PXV:IUIX_CmdColorBtn#Properties|Color|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] IColor** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] IColor** pColor); |
− | HRESULT put_Color([in] IColor* | + | HRESULT put_Color([in] IColor* pColor); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdColorBtn|IUIX_CmdColorBtn]] |
Latest revision as of 03:13, 15 June 2015
Property Color of interface IUIX_CmdColorBtn returns/sets Pointer to IColor ...
Syntax
HRESULT get_Color([out, retval] IColor** pColor); HRESULT put_Color([in] IColor* pColor);