IPXV_ViewPanesCollection::IsHidden Property

From PDF XChange PDF SDK
Revision as of 03:19, 19 December 2016 by Palamar (Talk | contribs) (Label ToWrite removed)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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