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)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{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 ==

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