ControlEntry SetValuesInEditMode Method frevvo Live Forms
Sets multiple values for a control in edit mode

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public void SetValuesInEditMode(
	List<string> newValues
)

Parameters

newValues
Type: OnlineSystem.Collections.Generic List OnlineString 
The values to set the control in Edit mode
Exceptions

ExceptionCondition
OnlineSystem ExceptionThrown when Control is not in Edit Mode, and Edit Link is null.
Remarks

Method added in Release 6.2
See Also