IPXV_Control::ShowPane Method

From PDF XChange PDF SDK
Revision as of 16:52, 28 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Shows/hides the UI-pane.

Syntax

HRESULT ShowPane([in]                   BSTR          pPaneID,
                 [in]                   VARIANT_BOOL  bShow,
                 [in, defaultvalue(0)]  VARIANT_BOOL  bHighlightOnShow);

Parameters

pPaneID
[in] The unique identifier of pane.
bShow
[in] The flag to show/hide.
bHighlightOnShow
[in, defaultvalue(0)] The flag to highlight an visible pane.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Control