Inherited from Control.
[Visual Basic]
Overridable Protected Function IsInputKey( _
ByVal keyData As Keys _
) As Boolean
[C#]
virtual protected bool IsInputKey(
Keys keyData
);
[Delphi]
strict protected function IsInputKey(
keyData: Keys
): Boolean; virtual;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |