IUIX_Button::TextColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval] LONG* nColor); |
− | HRESULT put_TextColor([in] LONG | + | HRESULT put_TextColor([in] LONG nColor); |
</pre> | </pre> | ||
== Remarks == | == Remarks == | ||
First high-order byte represents text opacity value, other bytes from higher to lower represent blue, green and red color components respectively. For instance, | First high-order byte represents text opacity value, other bytes from higher to lower represent blue, green and red color components respectively. For instance, | ||
+ | |||
Latest revision as of 03:11, 15 June 2015
Gets or sets the button text color in RGBA notation.
Syntax
HRESULT get_TextColor([out, retval] LONG* nColor); HRESULT put_TextColor([in] LONG nColor);
Remarks
First high-order byte represents text opacity value, other bytes from higher to lower represent blue, green and red color components respectively. For instance,
btn->put_TextColor(0xFF00FF00);