IPXV_Control::ShowPane2 Method

From PDF XChange PDF SDK
Revision as of 03:50, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Shows/hides the UI-pane.

Syntax

HRESULT ShowPane2([in]                   LONG          nPaneID,
                  [in]                   VARIANT_BOOL  bShow,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bHighlightOnShow);

Parameters

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

Return Value

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

See Also

IPXV_Control