IPXV_ViewPanesCollection::IsHidden Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Label ToWrite removed)
 
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}}
  

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