IUIX_Pen::Inside Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Pen::Inside Property}}
 
{{#customTitle:IUIX_Pen::Inside Property}}
 +
{{#parentPage:PXV:IUIX_Pen#Properties|Inside|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Inside''' of interface [[PXV:IUIX_Pen|IUIX_Pen]] returns/sets  Value of VARIANT_BOOL ...
 
Property '''Inside''' of interface [[PXV:IUIX_Pen|IUIX_Pen]] returns/sets  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Inside([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Inside([out, retval] VARIANT_BOOL* bVal);
HRESULT put_Inside([in] VARIANT_BOOL pVal);
+
HRESULT put_Inside([in] VARIANT_BOOL bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Pen|IUIX_Pen]].
+
[[PXV:IUIX_Pen|IUIX_Pen]]

Latest revision as of 04:33, 15 June 2015


Property Inside of interface IUIX_Pen returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_Inside([out, retval]  VARIANT_BOOL*  bVal);
HRESULT put_Inside([in]  VARIANT_BOOL  bVal);

See Also

IUIX_Pen