IUIX_Combo::TextColor Property
From PDF XChange PDF SDK
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::TextColor Property}} | {{#customTitle:IUIX_Combo::TextColor Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo|TextColor | + | {{#parentPage:PXV:IUIX_Combo#Properties|TextColor|property}} |
− | + | ||
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. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextColor([out, retval] LONG* nColor); |
− | HRESULT put_TextColor([in] LONG | + | HRESULT put_TextColor([in] LONG nColor); |
</pre> | </pre> | ||
== Remarks == | == Remarks == | ||
− | Bytes from lower to higher in ''' | + | Bytes from lower to higher in '''nColor''' parameter represent red, green and blue color components respectively. |
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13: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.