Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / VisualGridElement Class / IsMouseOver Property


In This Topic
    IsMouseOver Property
    In This Topic
    Gets a boolean value indicating whether the mouse is over the current VisualGridElement.
    Syntax
    'Declaration
     
    Protected Friend ReadOnly Property IsMouseOver As Boolean
    'Usage
     
    Dim instance As VisualGridElement
    Dim value As Boolean
     
    value = instance.IsMouseOver
    protected internal bool IsMouseOver {get;}

    Property Value

    A boolean value indicating whether the mouse is over the current VisualGridElement.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also