NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.IndexFromPoint

[To be supplied.]

Overload List

Retrieves the index of the item at the given coordinates.

[Visual Basic] Overloads Public Function IndexFromPoint(Point) As Integer
[C#] public int IndexFromPoint(Point);
[C++] public: int IndexFromPoint(Point);
[JScript] public function IndexFromPoint(Point) : int;

Retrieves the index of the item at the given coordinates.

[Visual Basic] Overloads Public Function IndexFromPoint(Integer, Integer) As Integer
[C#] public int IndexFromPoint(int, int);
[C++] public: int IndexFromPoint(int, int);
[JScript] public function IndexFromPoint(int, int) : int;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace