IUIX_Combo::TextColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Combo::TextColor Property}}
 
{{#customTitle:IUIX_Combo::TextColor Property}}
 
{{#parentPage:PXV:IUIX_Combo#Properties|TextColor|property}}
 
{{#parentPage:PXV:IUIX_Combo#Properties|TextColor|property}}
{{ToReview}}
+
 
  
 
Gets/sets ''text color'' of selected item in [[PXV:IUIX_Combo|combo box]] in RGB notation.
 
Gets/sets ''text color'' of selected item in [[PXV:IUIX_Combo|combo box]] in RGB notation.

Latest revision as of 14:56, 15 June 2015


Gets/sets text color of selected item in combo box 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.

See Also

IUIX_Combo