Nevron .NET Vision
Nevron.UI Namespace / NTrackElement Class / GetThumbTrackRect Method


In This Topic
    GetThumbTrackRect Method
    In This Topic
    Gets the tracking rect between one edge (depending on the hit code) of the shaft and the thumb's bounds.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetThumbTrackRect() As NRectangle
    'Usage
     
    
    Dim instance As NTrackElement
    Dim value As NRectangle
     
    value = instance.GetThumbTrackRect()
    public virtual NRectangle GetThumbTrackRect()
    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