| FormControlsHelper Methods |
The FormControlsHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| GetSelectedValuesFromListItemCollection |
Returns string with selected values (e.g.: "value1|value2|value3").
| |
| LoadFormControl |
Loads the given form control from its definition.
| |
| SelectMultipleValues |
Selects multiple values in control.
| |
| SelectSingleValue |
Selects single value in control of type ListControl.
|