ControlBase.GetCanProcessMnemonic(Control) Method
Returns the value of the control’s CanProcessMnemonic property, if this property exists.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | The control whose CanProcessMnemonic property value is returned. |
Returns
| Type | Description |
|---|---|
| Boolean | The value of the control’s CanProcessMnemonic property. true if the property doesn’t exist. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also