Table of Contents

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 = 3

A push button control (typically triggers an action).

Checkbox = 1

A checkbox control for boolean input.

Combobox = 2

A combo box (drop down list) for selecting among multiple choices.

Edit = 0

A standard editable text field.