IPXV_Inst::ShowCmdBar Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::ShowCmdBar Method}}
 
{{#customTitle:IPXV_Inst::ShowCmdBar Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|ShowCmdBar|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|ShowCmdBar|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Changes the visibility of specified command-bar.
+
Changes the visibility state of specified command-bar.
  
 
== Syntax ==
 
== Syntax ==
Line 22: Line 21:
 
::...
 
::...
 
;bShow
 
;bShow
:[inValue of VARIANT_BOOL.
+
:[out, retvalSpecifies the new visibility flag.
  
 
== Return Value ==
 
== Return Value ==
Line 28: Line 27:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_IsCmdBarVisible|IPXV_Inst::IsCmdBarVisible]], [[PXV:IPXV_Inst_ShowCmdBar2|IPXV_Inst::ShowCmdBar2]]

Revision as of 16:14, 26 May 2015


Changes the visibility state 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
[out, retval] Specifies the new visibility flag.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::IsCmdBarVisible, IPXV_Inst::ShowCmdBar2