Xceed Grid for WinForms v4.3 Documentation
MouseState Property (RowSelector)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > RowSelector Class : MouseState Property
Value indicating if the mouse events will be handled by the RowSelector.
Syntax
'Declaration
 
Protected ReadOnly Property MouseState As RowSelector.RowSelectorMouseState
'Usage
 
Dim instance As RowSelector
Dim value As RowSelector.RowSelectorMouseState
 
value = instance.MouseState
protected RowSelector.RowSelectorMouseState MouseState {get;}

Property Value

A RowSelector.RowSelectorMouseState value indicating mouse events will be handled by the RowSelector. If Idle, then the RowSelector will not handle the mouse events.
Remarks
This property is typically consulted to determine if the base implementation of the OnMouseXyz methods should be called.
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

Reference

RowSelector Class
RowSelector Members