| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function ItemAt( _ ByVal nX As Integer, _ ByVal nY As Integer _ ) As dbiNodeItem | |
| C# | |
|---|---|
public dbiNodeItem ItemAt( int nX, int nY ) | |
Parameters
- nX
- The X-coordinate to use.
- nY
- The Y-coordinate to use.
| dbicList | Send comments on this topic. |
| ItemAt(Int32,Int32) Method | |
| See Also | |
|
| dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > ItemAt Method : ItemAt(Int32,Int32) Method |
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function ItemAt( _ ByVal nX As Integer, _ ByVal nY As Integer _ ) As dbiNodeItem | |
| C# | |
|---|---|
public dbiNodeItem ItemAt( int nX, int nY ) | |