[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ModelessForm.ProcessDialogKey

ProcessDialogKey Method

ProcessDialogKey(Keys)

Processes a dialog box 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 keystroke was processed and consumed by the control; otherwise, false to allow further processing.

Overrides
System.Windows.Forms.Form.ProcessDialogKey(System.Windows.Forms.Keys)