ActiveReports.Viewer3 Request technical support
GetNodeAt(Int32,Int32) Method
See Also 


x
y

Syntax

Visual Basic (Declaration) 
Overloads Public Function GetNodeAt( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As TreeNode
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim x As Integer
Dim y As Integer
Dim value As TreeNode
 
value = instance.GetNodeAt(x, y)
C# 
public TreeNode GetNodeAt( 
   int x,
   int y
)

Parameters

x
y

See Also