Glossary Item Box

LabDevTools Send comments on this topic.

KeyIncrement

Gets or sets the key of the keyboard to increase the selected value of the control. 

 

[Visual Basic]
Public Property KeyIncrement As Keys
[C#]
public Keys KeyIncrement {get; set;}
Observations:

Of default it is Page Up(code keyboard 33).

See also:

Increment | KeyInput | KeyDecrement

 


Copyright © 2007 LabDevTools. All Rights Reserved.