IPXV_Control::LockedCmdPanes Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::LockedCmdPanes Property}}
 
{{#customTitle:IPXV_Control::LockedCmdPanes Property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|LockedCmdPanes|property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|LockedCmdPanes|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''LockedCmdPanes''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets  Value of VARIANT_BOOL ...
+
This property prevents/allows the customization(minimizing, restoring) by end-user the all command-panes. By default the customization is allowed by control.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:29, 29 May 2015


This property prevents/allows the customization(minimizing, restoring) by end-user the all command-panes. 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