Wimark.Controls Class Library  

ListView.GetGroupAt Method

Retrieves the group header at the point with the specified coordinates.

[Visual Basic]
Public Function GetGroupAt( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As ListViewGroup 
[C#]
public ListViewGroup GetGroupAt( 
   int x, 
   int y 
);
[C++]
public: ListViewGroup* GetGroupAt( 
   int x, 
   int y 
);

Parameters

x
The x-coordinate of the location to search for a group (expressed in client coordinates).
y
The y-coordinate of the location to search for a group (expressed in client coordinates).

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListView Class | ListView Members | Wimark.Controls Namespace