The UIChangeEnum type specifies the states and
parts of the control's UI ( user interface ) that are signaled through the
UIChange
event. The UIChangeEnum type supports the following predefined values:
| | Name | Value | Description | |
| |
exCheckDate | 0
|
The date has been checked.
| |
| |
exUncheckDate | 1
|
The date has been un-checked.
| |
| |
exSpinUpDate | 2
|
The spin-up button has been pressed.
| |
| |
exSpinDownDate | 3
|
The spin-down button has been pressed.
| |
| |
exClickDropDownDate | 4
|
The drop-down button has been clicked.
| |
| |
exSelectDate | 5
|
The user selects a new date from the drop down calendar.
| |
| |
exChangeDate | 6
|
A new date is being displayed in the drop down calendar window.
| |
| |
exLeftDropDownDate | 17
|
The user clicks the left arrow button on the drop down portion of the control.
| |
| |
exRightDropDownDate | 18
|
The user clicks the right arrow button on the drop down portion of the control.
| |
| |
exUpDropDownDate | 20
|
The user clicks the up arrow button on the drop down portion of the control.
| |
| |
exDownDropDownDate | 24
|
The user clicks the down arrow button on the drop down portion of the control.
| |