Namespace: PP.Prx
The ControlType enumeration contains types of the regular report controls.
It is used by the Control.ControlType property.
|
Value |
Brief description |
|
DimCombo |
Drop-down dictionary menu. |
|
DatePicker |
Date editor. |
|
DateTimePicker |
Date and time editor. |
|
TimePicker |
Time editor. |
|
TreeCombo |
Combo tree. |
|
CheckBox |
Checkbox. |
|
BooleanCombo |
Boolean values editor. |
|
EditBox |
Entry box for string values. |
|
ComboBox |
Combo-box. |
|
IdentEdit |
ID editor. |
|
MaskEdit |
Entry box for string values with a mask. |
|
FloatEdit |
Real values editor. |
|
IntegerEdit |
Integer values editor. |
See also: