Version

SupportsSelection Method

Returns true when the Button property of the MouseEventArgs returns 'Right'.
Syntax
'Declaration
 
Protected Overrides Function SupportsSelection( _
   ByVal element As Infragistics.Win.UIElement, _
   ByVal mouseDownEventArgs As MouseEventArgs _
) As Boolean
protected override bool SupportsSelection( 
   Infragistics.Win.UIElement element,
   MouseEventArgs mouseDownEventArgs
)

Parameters

element
The UIElement that received the mouse message.
mouseDownEventArgs
The MouseEventArgs instance describing the mouse event that triggered this call.

Return Value

True if the right muse button was pressed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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