[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FpColorPicker.ProcessDialogKey

ProcessDialogKey Method

ProcessDialogKey(Keys)

Determines whether to process the dialog key.

Declaration
protected override bool ProcessDialogKey(Keys keyData)
Protected Overrides Function ProcessDialogKey(keyData As Keys) As Boolean
Parameters
Type Name Description
Keys keyData

Key

Returns
Type Description
bool

Returns true if read processed;otherwise, false.

Overrides