IPXV_Control::GetPaneVisibility2 Method

From PDF XChange PDF SDK
Revision as of 07:25, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Gets visibility state of UI-pane.

Syntax

HRESULT GetPaneVisibility2([in]           LONG   PaneID,
                           [out, retval]  LONG*  Val);

Parameters

PaneID
[in] The unique identifier of UI-pane.
Val
[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