Enum InputObjectType
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the concrete UI input object type used in designers or parameter dialogs.
public enum InputObjectType
Fields
Button = 3A push button control (typically triggers an action).
Checkbox = 1A checkbox control for boolean input.
Combobox = 2A combo box (drop down list) for selecting among multiple choices.
Edit = 0A standard editable text field.