[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChart.ProcessDialogKey

ProcessDialogKey Method

ProcessDialogKey(Keys)

Processes 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

The key data.

Returns
Type Description
bool

Returns true if processed;otherwise, false.

Overrides