Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHandle Class / Tracker Property


In This Topic
    Tracker Property
    In This Topic
    Obtains a reference to tracker to which this handle belongs
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tracker As NTracker
    'Usage
     
    
    Dim instance As NHandle
    Dim value As NTracker
     
    value = instance.Tracker
    public NTracker Tracker {get;}
    Requirements

    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

    See Also