CADability dotNET

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
protected override bool IsInputKey(
	Keys keyData
)
Visual Basic
Protected Overrides Function IsInputKey ( _
	keyData As Keys _
) As Boolean
Visual C++
protected:
virtual bool IsInputKey(
	Keys keyData
) override

Parameters

keyData
Type: System.Windows.Forms..::..Keys

See Also