IPXV_Tool::IsEnabled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool::IsEnabled Property}}
 
{{#customTitle:IPXV_Tool::IsEnabled Property}}
{{#parentPage:PXV:IPXV_Tool#Properties|IsEnabled Property|property}}
+
{{#parentPage:PXV:IPXV_Tool#Properties|IsEnabled|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsEnabled''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of VARIANT_BOOL ...
+
Property '''bIsEnabled''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_IsEnabled([in]          IPXV_PagesView*  pView,
 
<pre class="brush:cpp;gutter:false">HRESULT get_IsEnabled([in]          IPXV_PagesView*  pView,
                       [out, retval]  VARIANT_BOOL*    pIsEnabled);
+
                       [out, retval]  VARIANT_BOOL*    bIsEnabled);
 
</pre>
 
</pre>
  

Latest revision as of 04:08, 15 June 2015


Property bIsEnabled of interface IPXV_Tool returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsEnabled([in]           IPXV_PagesView*  pView,
                      [out, retval]  VARIANT_BOOL*    bIsEnabled);

Parameters

pView
[in] Pointer to IPXV_PagesView.

See Also

IPXV_Tool