Glossary Item Box

LabDevTools Send comments on this topic.

KeyInput

Gets or sets the possibility to allow the input from keyboard(True) or less(False) for the control.

 

[Visual Basic]
Public Property KeyInput As Boolean
[C#]
public bool KeyInput
Observations:

Of default it is True.

 

So that the control takes the input from keyboard is necessary that it has the focus.
See also:

Increment | KeyIncrement | KeyDecrement | Keys

 


Copyright © 2007 LabDevTools. All Rights Reserved.