IUIX_CmdManager::AccelsAllowed Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdManager::AccelsAllowed Property}}
 
{{#customTitle:IUIX_CmdManager::AccelsAllowed Property}}
 
{{#parentPage:PXV:IUIX_CmdManager#Properties|AccelsAllowed|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 ==

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