System.Windows.Forms.Control.IsInputKey C# (CSharp) Method

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool
		protected virtual bool IsInputKey (Keys keyData) {
			// Doc says this one calls IsInputChar; not sure what to do with that
			return false;
		}
Control