ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Boolean
    public static System.bool IsCursorVisible()

    Return Value

    True is cursor is visible; False otherwise.
    See Also