Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MultiTouchSettings Class / Enabled Property

In This Topic
    Enabled Property (MultiTouchSettings)
    In This Topic
    Gets or sets a value indicating whether the movements are enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    It must be set before the control handle is created (in the Form or Window constructor).
    See Also