[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FpColorPicker.ProcessDialogChar

ProcessDialogChar Method

ProcessDialogChar(char)

Determines whether to process the dialog character.

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

Character code

Returns
Type Description
bool

Returns true if read processed;otherwise, false.

Overrides