Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / ProcessMnemonic Method
The char code.


In This Topic
ProcessMnemonic Method (ChartSelectDataSource)
In This Topic
Processes the mnemonic.
Syntax
'Declaration
 
Protected Overrides Function ProcessMnemonic( _
   ByVal charCode As Char _
) As Boolean
 
'Usage
 
Dim instance As ChartSelectDataSource
Dim charCode As Char
Dim value As Boolean
 
value = instance.ProcessMnemonic(charCode)

Parameters

charCode
The char code.
See Also