IUIX_Combo::TextColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::TextColor Property}}
 
{{#customTitle:IUIX_Combo::TextColor Property}}
Line 12: Line 13:
  
 
== Remarks ==
 
== Remarks ==
Bytes from lower to higher in '''pColor''' parameter represent red, green and blue color components respectively.  
+
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]].
+
[[PXV:IUIX_Combo|IUIX_Combo]].

Revision as of 07:13, 20 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

IUIX_Combo.