IPXV_Control::GetPaneVisibility Method

From PDF XChange PDF SDK
Revision as of 19:11, 27 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Gets visibility state of UI-pane.

Syntax

HRESULT GetPaneVisibility([in]           BSTR   pPaneID,
                          [out, retval]  LONG*  pVal);

Parameters

pPaneID
[in] The unique identifier of UI-pane. For example:
searchView
loupeView
searchView
pagesView
bookmarksView
pageThumbnailsView
...
pVal
[out, retval] Returns visibility state. The supported values:
1 - is visible;
0 - is invisible, because is overlapped by other panes;
-1 - is hidden permanently;

Return Value

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

See Also

IPXV_Control