When true, this property indicates that the dynamic should continuously write new values while the user is interacting with the dynamic control (as in the case of dragging a slider). When false, this property indicates that the dynamic should only write a value when the user has finished interacting with the dynamic control (as in the case of releasing a slider after having dragged it to a new position).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ContinuousWrite { get; set; }
Visual Basic
Public Property ContinuousWrite As Boolean
	Get
	Set
JScript
function get ContinuousWrite () : boolean
function set ContinuousWrite (value : boolean)

See Also