IPXV_Control::GetPaneVisibility2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::GetPaneVisibility2 Method}}
 
{{#customTitle:IPXV_Control::GetPaneVisibility2 Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|GetPaneVisibility2|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 ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nPaneID
 
;nPaneID
:[in]  Value of LONG.
+
:[in]  The unique identifier of UI-pane.
 
;pVal
 
;pVal
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.

Revision as of 19:12, 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] Pointer to LONG.

Return Value

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

See Also

IPXV_Control