[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.ProcessDialogChar

ProcessDialogChar Method

ProcessDialogChar(char)

Processes the specified dialog character by the component.

Declaration
protected override bool ProcessDialogChar(char charCode)
Protected Overrides Function ProcessDialogChar(charCode As Char) As Boolean
Parameters
Type Name Description
char charCode

Character for the component to process

Returns
Type Description
bool

true if the character was processed by the component; false otherwise

Overrides