'Declaration
Protected Overrides Function IsInputKey( _ ByVal key As System.Windows.Forms.Keys _ ) As System.Boolean
'Usage
Dim instance As WorkbookView Dim key As System.Windows.Forms.Keys Dim value As System.Boolean value = instance.IsInputKey(key)
protected override System.bool IsInputKey( System.Windows.Forms.Keys key )
Parameters
- key