IPXV_Inst::ShowCmdBar Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Chnages visibility of specified command-bar.
+
Changes the visibility of specified command-bar.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:10, 26 May 2015


Changes the 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