Utility class containing constants.
The selection type of list box.
Field Summary |
const int | SINGLE | |
Sigle selection type.
|
const int | MULTI | |
Multiple selection type.
|
const int | EXTEND | |
Extend selection type.
|
-
Field Detail
SINGLE
const int SINGLE
Sigle selection type.
MULTI
const int MULTI
Multiple selection type.
EXTEND
const int EXTEND
Extend selection type.