ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / XView Class / IsMouseInsideXView Method

In This Topic
    IsMouseInsideXView Method (XView)
    In This Topic
    Returns True if the mouse pointer is inside the XView control.
    Syntax
    'Declaration
     
    Protected Overridable Function IsMouseInsideXView() As System.Boolean
    protected virtual System.bool IsMouseInsideXView()
    See Also