GetIndexAt Method (C1TreeViewPanel)
In This Topic
Gets the item index at the specified position.
Syntax
'Declaration
Public Overridable Function GetIndexAt( _
ByVal As Point _
) As Integer
public virtual int GetIndexAt(
Point
)
Parameters
- point
- The point.
See Also