IPXV_Inst::ShowCmdBar Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Chnages visibility of specified command-bar.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;pBarID
 
;pBarID
:[in]  Value of BSTR.
+
:[in]  A string containing the unique identifier of toolbar. For example:
 +
::cmdbar.menubar
 +
::cmdbar.file
 +
::cmdbar.standard
 +
::cmdbar.zoom
 +
::cmdbar.pageNav
 +
::...
 
;bShow
 
;bShow
 
:[in]  Value of VARIANT_BOOL.
 
:[in]  Value of VARIANT_BOOL.

Revision as of 16:09, 26 May 2015


Chnages visibility of specified command-bar.

Syntax

HRESULT ShowCmdBar([in]  BSTR          pBarID,
                   [in]  VARIANT_BOOL  bShow);

Parameters

pBarID
[in] A string containing the unique identifier of toolbar. For example:
cmdbar.menubar
cmdbar.file
cmdbar.standard
cmdbar.zoom
cmdbar.pageNav
...
bShow
[in] Value of VARIANT_BOOL.

Return Value

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

See Also

IPXV_Inst