IPXV_ViewPanesCollection::IsHidden Property

From PDF XChange PDF SDK
Jump to: navigation, search


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