IPXV_Control::ShowPane2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::ShowPane2 Method}}
 
{{#customTitle:IPXV_Control::ShowPane2 Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|ShowPane2|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|ShowPane2|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Shows/hides the UI-pane.  
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nPaneID
 
;nPaneID
:[in]  Value of LONG.
+
:[in]  The unique identifier of pane.
 
;bShow
 
;bShow
:[in]  Value of VARIANT_BOOL.
+
:[in]  The flag to show/hide.
 
;bHighlightOnShow
 
;bHighlightOnShow
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]  The flag to highlight the visible pane.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 16:53, 28 May 2015


Shows/hides the UI-pane.

Syntax

HRESULT ShowPane2([in]                   LONG          nPaneID,
                  [in]                   VARIANT_BOOL  bShow,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bHighlightOnShow);

Parameters

nPaneID
[in] The unique identifier of pane.
bShow
[in] The flag to show/hide.
bHighlightOnShow
[in, defaultvalue(0)] The flag to highlight the visible pane.

Return Value

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

See Also

IPXV_Control