ProcessDialogChar Method (FpSpread)
Processes the specified dialog character by the component.
protected override bool ProcessDialogChar(
char
)
'Declaration
Protected Overrides Function ProcessDialogChar( _
ByVal As Char _
) As Boolean
'Usage
Dim instance As FpSpread
Dim charCode As Char
Dim value As Boolean
value = instance.ProcessDialogChar(charCode)
Parameters
- charCode
- Character for the component to process
Return Value
true if the character was processed by the component; false otherwise