When this property is true, this target object associated
with this dynamic can be clicked on by the user to perform
some action (i.e. slider, dial, button, dataentry).
Usually, controllable objects are used to write data values.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Control { get; set; } |
Visual Basic |
---|
Public Property Control As Boolean
Get
Set |
JScript |
---|
function get Control () : boolean
function set Control (value : boolean) |
See Also