IncDecButtonClicked Event
Syntax
Sub ControlName_IncDecButtonClicked( IncButton As Boolean)
Applies To
Purpose
Generated when the user clicks the increment or decrement button on the numeric edit control.
Parameters
IncButton As Boolean
True if the increment button was pressed, or false if the decrement button was pressed.