IPXV_Control::LockedCmdBars Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IPXV_Control::Inst Property}}
+
{{#customTitle:IPXV_Control::LockedCmdBars Property}}
{{#parentPage:PXV:IPXV_Control|LockedCmdBars Property|property}}
+
{{#parentPage:PXV:IPXV_Control#Properties|LockedCmdBars|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Inst''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns Pointer to [[PXV:IPXV_Inst|IPXV_Inst]] ...
+
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 ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_LockedCmdBars([out, retval]  VARIANT_BOOL*  bVal);
 +
HRESULT put_LockedCmdBars([inVARIANT_BOOL  bVal);
 +
</pre>
 +
 
 +
== See Also ==
 +
[[PXV:IPXV_Control|IPXV_Control]]

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