[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.ProcessDialogKey

ProcessDialogKey Method

ProcessDialogKey(Keys)

Processes a dialog key.

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

One of the Keys values that represents the key to process.

Returns
Type Description
bool

true if the key was processed by the control; otherwise, false.

Overrides