IPXV_Control::GetPaneVisibility2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IPXV_Control::GetPaneVisibility Method}}
+
{{#customTitle:IPXV_Control::GetPaneVisibility2 Method}}
{{#parentPage:PXV:IPXV_Control|GetPaneVisibility2 Method|method}}
+
{{#parentPage:PXV:IPXV_Control#Methods|GetPaneVisibility2|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets visibility state of UI-pane.
 +
 
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT GetPaneVisibility2([in]          LONG  nPaneID,
 +
                          [out, retval]  LONG*  nVal);</pre>
 +
 
 +
== Parameters ==
 +
;nPaneID
 +
:[in]  The unique identifier of UI-pane.
 +
;nVal
 +
:[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 ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 
 +
== See Also ==
 +
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Gets visibility state of UI-pane.

Syntax

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

Parameters

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