When true, this property indicates that the dynamic
updates whenever the value of the associated
DataSource
changes. When false, this property indicates that the
dynamic updates only when new values are written.
Useful for sliders, dials, and data-entries.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Update { get; set; } |
Visual Basic |
---|
Public Property Update As Boolean
Get
Set |
JScript |
---|
function get Update () : boolean
function set Update (value : boolean) |
See Also