
'Declaration
<System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> Public Class NHitTestResult
'Usage
Dim instance As NHitTestResult
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)] public class NHitTestResult
Dim hitTestResult As NHitTestResult = ChartControl.HitTest(100,100) If hitTestResult.ChartElement = ChartElement.ControlBackground Then MessageBox.Show("You clicked on the background") End If
NHitTestResult hitTestResult = ChartControl.HitTest(100, 100); if (hitTestResult.ChartElement == ChartElement.ControlBackground) { MessageBox.Show("You clicked on the background"); }
System.Object
Nevron.Chart.NHitTestResult
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2