IPXV_Control::LockedCmdPanes Property

From PDF XChange PDF SDK
Revision as of 02:36, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The property to check if the customization(minimizing, restoring) of all command-panes is locked for end-user or to prevent/allow of it. By default the customization is allowed by control.

Syntax

HRESULT get_LockedCmdPanes([out, retval]  VARIANT_BOOL*  bVal);
HRESULT put_LockedCmdPanes([in]  VARIANT_BOOL  bVal);

See Also

IPXV_Control