Processes a mnemonic character.
'Declaration
Protected Overrides Function ProcessMnemonic( _
ByVal As Char _
) As Boolean
'Usage
Dim instance As WinCheckBox
Dim inputChar As Char
Dim value As Boolean
value = instance.ProcessMnemonic(inputChar)
protected override bool ProcessMnemonic(
char
)
Parameters
- inputChar
- The character to process.
Return Value
true if the character was processed as a mnemonic by the control; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2