TextBox.Tuning
Syntax:
Parameters:
<Direction>
You can use it to define what adjustment button has been pressed. When you press to increase (up), this parameter equals to 1, when you press to decrease (down) it equals to -1.
<StandardProcessing>
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.
Description: