IPXV_ViewPanesCollection::IsHidden Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Label ToWrite removed)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_ViewPanesCollection::IsHidden Property}}
 
{{#customTitle:IPXV_ViewPanesCollection::IsHidden Property}}
 
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsHidden|property}}
 
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsHidden|property}}
{{ToWrite}}
+
 
 
{{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]]

Latest 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