IUIX_Combo::TextColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IUIX_Combo::TextColor Property}} | {{#customTitle:IUIX_Combo::TextColor Property}} | ||
{{#parentPage:PXV:IUIX_Combo|TextColor Property|property}} | {{#parentPage:PXV:IUIX_Combo|TextColor Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets ''text color'' of selected item in [[PXV:IUIX_Combo|combo box]] in RGB notation. | |
== Syntax == | == Syntax == | ||
Line 11: | Line 10: | ||
HRESULT put_TextColor([in] LONG pColor); | HRESULT put_TextColor([in] LONG pColor); | ||
</pre> | </pre> | ||
+ | |||
+ | == Remarks == | ||
+ | Bytes from lower to higher in '''pColor''' parameter represent red, green and blue color components respectively. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_Combo|IUIX_Combo]]. | See also [[PXV:IUIX_Combo|IUIX_Combo]]. |
Revision as of 23:14, 11 May 2015
Gets/sets text color of selected item in combo box 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.
See Also
See also IUIX_Combo.