IPXV_Control::LockedCmdPanes Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::LockedCmdPanes Property}}
 
{{#customTitle:IPXV_Control::LockedCmdPanes Property}}
{{#parentPage:PXV:IPXV_Control#Properties|LockedCmdPanes Property|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 ...
+
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_LockedCmdPanes([out, retval]  VARIANT_BOOL*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LockedCmdPanes([out, retval]  VARIANT_BOOL*  bVal);
HRESULT put_LockedCmdPanes([in]  VARIANT_BOOL  pVal);
+
HRESULT put_LockedCmdPanes([in]  VARIANT_BOOL  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Control|IPXV_Control]]
 
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 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*  bVal);
HRESULT put_LockedCmdPanes([in]  VARIANT_BOOL  bVal);

See Also

IPXV_Control