IUIX_Label::TextColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== 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 == | ||
− | Bytes from lower to higher in ''' | + | Bytes from lower to higher in '''nColor''' parameter represent red, green and blue color components respectively. |
== See Also == | == See Also == | ||
[[PXV:IUIX_Label|IUIX_Label]] | [[PXV:IUIX_Label|IUIX_Label]] |
Revision as of 03:25, 15 June 2015
Gets/sets label text color in RGB notation.
Syntax
HRESULT get_TextColor([out, retval] LONG* nColor); HRESULT put_TextColor([in] LONG nColor);
Remarks
Bytes from lower to higher in nColor parameter represent red, green and blue color components respectively.