TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / IsCursorVisible Method

In This Topic
    IsCursorVisible Method (TouchProcessor)
    In This Topic
    Indicates whether cursor is hidden because the end-user uses touch or pen instead of mouse.
    Syntax
    'Declaration
     
    
    Public Shared Function IsCursorVisible() As Boolean
    public static bool IsCursorVisible()

    Return Value

    True is cursor is visible; False otherwise.
    See Also