IPXV_Inst::IsCmdBarVisible Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst::IsCmdBarVisible2|IPXV_Inst::IsCmdBarVisible2]]

Revision as of 16:11, 26 May 2015


Gets visibility state of specified command-bar.

Syntax

HRESULT IsCmdBarVisible([in]           BSTR           pBarID,
                        [out, retval]  VARIANT_BOOL*  pVisible);

Parameters

pBarID
[in] The unique identifier of command-bar.
pVisible
[out, retval] Returns the current visibility state.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::IsCmdBarVisible2