IUIX_CmdManager::AccelsAllowed Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::AccelsAllowed Property}}
 
{{#customTitle:IUIX_CmdManager::AccelsAllowed Property}}
{{#parentPage:PXV:IUIX_CmdManager|AccelsAllowed Property|property}}
+
{{#parentPage:PXV:IUIX_CmdManager#Properties|AccelsAllowed|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AccelsAllowed''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns/sets  Value of VARIANT_BOOL ...
+
Property '''AccelsAllowed''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns/sets  Value of VARIANT_BOOL that represents whether the [[PXV:UIX_CmdAccel|shortcut]] usage is allowed.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AccelsAllowed([out, retval]  VARIANT_BOOL*  pAllowed);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AccelsAllowed([out, retval]  VARIANT_BOOL*  bAllowed);
HRESULT put_AccelsAllowed([in]  VARIANT_BOOL  pAllowed);
+
HRESULT put_AccelsAllowed([in]  VARIANT_BOOL  bAllowed);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

Latest revision as of 07:08, 4 April 2016


Property AccelsAllowed of interface IUIX_CmdManager returns/sets Value of VARIANT_BOOL that represents whether the shortcut usage is allowed.

Syntax

HRESULT get_AccelsAllowed([out, retval]  VARIANT_BOOL*  bAllowed);
HRESULT put_AccelsAllowed([in]  VARIANT_BOOL  bAllowed);

See Also

IUIX_CmdManager