IncDecButtonClicked Event

Measurement Studio User Interface

IncDecButtonClicked Event

Syntax

Sub ControlName_IncDecButtonClicked( IncButton As Boolean)

Applies To

CWNumEdit

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.

See Also

ValueChanged