Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / ProcessDialogChar Method
Character code


In This Topic
ProcessDialogChar Method (MultiColumnEditor)
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overrides Function ProcessDialogChar( _
   ByVal charCode As Char _
) As Boolean
 
'Usage
 
Dim instance As MultiColumnEditor
Dim charCode As Char
Dim value As Boolean
 
value = instance.ProcessDialogChar(charCode)

Parameters

charCode
Character code
See Also