IPXV_ViewPanesCollection::IsHidden Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsHidden''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Value of VARIANT_BOOL ...
+
Property '''IsHidden''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Value of VARIANT_BOOL representing whether the [[PXV:IPXV_View|Pane]] is hidden.
 +
 
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 16:
 
== Parameters ==
 
== Parameters ==
 
;pPane
 
;pPane
:[in]  Pointer to [[PXV:IPXV_View|IPXV_View]].
+
:[in]  Pointer to [[PXV:IPXV_View|IPXV_View]] containing the Pane.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]
 
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]

Revision as of 03:19, 19 December 2016


Property IsHidden of interface IPXV_ViewPanesCollection returns Value of VARIANT_BOOL representing whether the Pane is hidden.


Syntax

HRESULT get_IsHidden([in]           IPXV_View*     pPane,
                     [out, retval]  VARIANT_BOOL*  bHidden);

Parameters

pPane
[in] Pointer to IPXV_View containing the Pane.

See Also

IPXV_ViewPanesCollection