IUIX_Label::TextColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Label::TextColor Property}} | {{#customTitle:IUIX_Label::TextColor Property}} | ||
Line 15: | Line 16: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Label|IUIX_Label]]. |
Revision as of 06:31, 20 May 2015
Gets/sets label text color in RGB notation.
Syntax
HRESULT get_TextColor([out, retval] LONG* pColor); HRESULT put_TextColor([in] LONG pColor);
Remarks
Bytes from lower to higher in pColor parameter represent red, green and blue color components respectively.