IsInputKey Method (RichTextEditor)
Determines whether to process the specified key by the control.
protected override bool IsInputKey(
Keys
)
'Declaration
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As RichTextEditor
Dim keyData As Keys
Dim value As Boolean
value = instance.IsInputKey(keyData)
Parameters
- keyData
- Key for the control to process