IPXV_Control::LockedCmdBars Property

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

Revision as of 12:26, 29 May 2015


This property prevents/allows the customization by end-user the all command-bars. By default the customization is prevented by control.

Syntax

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

See Also

IPXV_Control