When true, this property indicates that the user must be touching a "safe zone" in order to use this control in runtime mode.
This property only applies to "Touch" interaction - mouse and keyboard interactions are not affected by this property.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool SafeTouch { get; set; } |
Visual Basic |
---|
Public Property SafeTouch As Boolean
Get
Set |
JScript |
---|
function get SafeTouch () : boolean
function set SafeTouch (value : boolean) |
See Also