IPXV_Control::GetPaneVisibility2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 15: Line 15:
 
:[in]  The unique identifier of UI-pane.
 
:[in]  The unique identifier of UI-pane.
 
;pVal
 
;pVal
:[out, retval]  Pointer to LONG.
+
:[out, retval]  Returns visibility state. The supported values:
 +
::<tt>1</tt> - is visible;
 +
::<tt>0</tt> - is invisible, because is overlapped by other panes;
 +
::<tt>-1</tt> - is hidden permanently;
  
 
== Return Value ==
 
== Return Value ==

Revision as of 19:13, 27 May 2015


Gets visibility state of UI-pane.

Syntax

HRESULT GetPaneVisibility2([in]           LONG   nPaneID,
                           [out, retval]  LONG*  pVal);

Parameters

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