IPXV_Inst::IsCmdBarVisible2 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::IsCmdBarVisible|IPXV_Inst::IsCmdBarVisible]]

Revision as of 16:12, 26 May 2015


Gets visibility state of specified command-bar.

Syntax

HRESULT IsCmdBarVisible2([in]           LONG           pBarID,
                         [out, retval]  VARIANT_BOOL*  pVisible);

Parameters

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

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::IsCmdBarVisible