Wimark.Controls Class Library  

ListView.GetColumnAt Method

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

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

Parameters

x
The x-coordinate of the location to search for a column (expressed in client coordinates).
y
The y-coordinate of the location to search for a column (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