IUIX_Label::TextColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Label::TextColor Property}}
 
{{#customTitle:IUIX_Label::TextColor Property}}
{{#parentPage:PXV:IUIX_Label|TextColor Property|property}}
+
{{#parentPage:PXV:IUIX_Label#Properties|TextColor|property}}
{{ToReview}}
+
 
  
 
Gets/sets [[PXV:IUIX_Label|label]] ''text color'' in RGB notation.
 
Gets/sets [[PXV:IUIX_Label|label]] ''text color'' in RGB notation.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval]  LONG*  pColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval]  LONG*  nColor);
HRESULT put_TextColor([in]  LONG  pColor);
+
HRESULT put_TextColor([in]  LONG  nColor);
 
</pre>
 
</pre>
  
 
== Remarks ==
 
== Remarks ==
Bytes from lower to higher in '''pColor''' parameter represent red, green and blue color components respectively.
+
Bytes from lower to higher in '''nColor''' parameter represent red, green and blue color components respectively.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Label|IUIX_Label]].
+
[[PXV:IUIX_Label|IUIX_Label]]

Latest revision as of 11:48, 16 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.

See Also

IUIX_Label