Skip to content

M_Ekstrand_Windows_Forms_GroupBox_ProcessMnemonic

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

GroupBox.ProcessMnemonic Method

Processes a mnemonic character.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

protected override bool ProcessMnemonic(
	char charCode
)

VB

Protected Overrides Function ProcessMnemonic ( 
	charCode As Char
) As Boolean

C++

protected:
virtual bool ProcessMnemonic(
	wchar_t charCode
) override

F#

abstract ProcessMnemonic : 
        charCode : char -> bool 
override ProcessMnemonic : 
        charCode : char -> bool 

Parameters

 

charCode
Type: System.Char
The character to process.

Return Value

Type: Boolean
true if the character was processed as a mnemonic by the control; otherwise, false.

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally