IPXV_Control::LockedCmdPanes Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
This property prevents/allows the customization(minimizing, restoring) by end-user the all command-panes. By default the customization is allowed by control.
+
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 ==
 
== Syntax ==

Revision as of 12:47, 29 May 2015


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

See Also

IPXV_Control