'Declaration
Public Overloads Function IndexFromPoint( _ ByVal p As System.Drawing.Point _ ) As System.Integer
'Usage
Dim instance As NListBox Dim p As System.Drawing.Point Dim value As System.Integer value = instance.IndexFromPoint(p)
public System.int IndexFromPoint( System.Drawing.Point p )
Parameters
- p