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)
Line 10: Line 10:
 
== 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>
  

Revision as of 03:01, 4 June 2015


Property IsEnabled 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