InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / IsMouseInsideXView Method

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