Version

ItemNearestPoint Method

Returns the ISelectableItem compatible with the specified item that is nearest to the specified point.
Syntax
'Declaration
 
Function ItemNearestPoint( _
   ByVal point As Point, _
   ByVal item As Infragistics.Shared.ISelectableItem _
) As Infragistics.Shared.ISelectableItem
Infragistics.Shared.ISelectableItem ItemNearestPoint( 
   Point point,
   Infragistics.Shared.ISelectableItem item
)

Parameters

point
The System.Drawing.Point used for reference.
item
The Infragistics.Shared.ISelectableItem to use for compatibility checks.

Return Value

The ISelectableItem compatible with the specified item closest to the specified point.
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