Skip to main content
A newer version of this page is available. .

ControlBase.GetCanProcessMnemonic(Control) Method

Returns the value of the control’s CanProcessMnemonic property, if this property exists.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static bool GetCanProcessMnemonic(
    Control control
)

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