IPXV_Control::LockedCmdBars Property

From PDF XChange PDF SDK
Revision as of 07:26, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The property to check if the customization of all command-bars is locked for end-user or to prevent/allow of it. By default the customization is prevented by control.

Syntax

HRESULT get_LockedCmdBars([out, retval]  VARIANT_BOOL*  Val);
HRESULT put_LockedCmdBars([in]  VARIANT_BOOL  Val);

See Also

IPXV_Control