TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / IsCursorSuppressed Property

In This Topic
    IsCursorSuppressed Property (TouchProcessor)
    In This Topic
    Indicates that the system is not drawing the cursor because the user is providing input through touch or pen instead of the mouse.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property IsCursorSuppressed As Boolean
    public static bool IsCursorSuppressed {get;}
    Remarks
    This property always returns false on Windows 7.
    See Also