Version

Item Method (Series)

When overridden in a derived class gives the opportunity to define how the data source item for a given set of mouse coordinates is fetched.
Syntax
'Declaration
 
Protected Friend Overridable Function Item( _
   ByVal sender As Object, _
   ByVal point As Point _
) As Object
protected internal virtual object Item( 
   object sender,
   Point point
)

Parameters

sender
The element the mouse is over.
point
The mouse coordinates for which to fetch the item.

Return Value

The retrieved item.
Requirements

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