IUIX_CharFormat::BkColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Serg moved page IUIX_CharFormat::BkColor Property to IUIX_CharFormat::BkColor Property without leaving a redirect)
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_CharFormat::bkColor Property}}
+
{{#customTitle:IUIX_CharFormat::BkColor Property}}
{{#parentPage:PXV:IUIX_CharFormat#Properties|bkColor|property}}
+
{{#parentPage:PXV:IUIX_CharFormat#Properties|BkColor|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''bkColor''' of interface [[PXV:IUIX_CharFormat|IUIX_CharFormat]] returns/sets  Value of LONG ...
+
Property '''BkColor''' of interface [[PXV:IUIX_CharFormat|IUIX_CharFormat]] returns/sets  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_bkColor([out, retval]  LONG*  pBkColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BkColor([out, retval]  LONG*  nBkColor);
HRESULT put_bkColor([in]  LONG  pBkColor);
+
HRESULT put_BkColor([in]  LONG  nBkColor);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CharFormat|IUIX_CharFormat]]
 
[[PXV:IUIX_CharFormat|IUIX_CharFormat]]

Latest revision as of 05:22, 15 June 2015


Property BkColor of interface IUIX_CharFormat returns/sets Value of LONG ...

Syntax

HRESULT get_BkColor([out, retval]  LONG*  nBkColor);
HRESULT put_BkColor([in]  LONG  nBkColor);

See Also

IUIX_CharFormat