Click or drag to resize

PFFieldUser_DisplayMode Enumeration

Describes the way a user field control should be displayed.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFieldUser_DisplayMode
Members
  Member nameValueDescription
DropDownList0 The control is displayed as drop down list, allowing selecting an unique value.
Choices1 The control is displayed as a list of choices, using radio buttons or checkboxes.
HiddenChoices2 [Not currently used] The control is displayed as an hidden list of choices, using radio buttons or checkboxes.

The list can be displayed or hidden using a toggle button.

The selected value are shown as a list of texts, next to the toggle button.

AutoComplete3

The control is displayed as a text zone containing selected values.

Tue user can select values with a quick search tool displaying filtered users and groups.

ExternalForm4 [Not currently used] The control is displayed as list of selected values, followed by an button displaying a selection window.
See Also