IPXV_Control::LockedCmdBars Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:50, 15 June 2015


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*  bVal);
HRESULT put_LockedCmdBars([in]  VARIANT_BOOL  bVal);

See Also

IPXV_Control