Determines whether the specified key is a regular input key or a special key that requires preprocessing.
            
            
            
            
            
            
            
            '宣言
 
Public Overridable Function IsInputKey( _
   ByVal  As Keys _
) As Boolean
             
        
            
            public virtual bool IsInputKey( 
   Keys 
)
             
        
             
        
            パラメータ
- keyData
 
- Key that was pressed and needs to be checked.
 
            
            戻り値の型
true if the specified key is a regular input key; otherwise, false.