'Usage
Dim instance As ChartSelectDataSource Dim keyData As Keys Dim value As Boolean value = instance.ProcessDialogKey(keyData)
Parameters
- keyData
- One of the System.Windows.Forms.Keys values that represents the key to process.
Return Value
true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.