'Declaration
<UIPermissionAttribute(UIPermissionWindow.AllWindows)> Protected Overrides Function ProcessMnemonic( _ ByVal charCode As Char _ ) As Boolean
[UIPermission(UIPermissionWindow.AllWindows)] protected override bool ProcessMnemonic( char charCode )
Parameters
- charCode
- The character to process.
Return Value
true if the character was processed as a mnemonic by the control; otherwise, false.