Nevron .NET Vision
Nevron.UI Namespace / TrackElementMouseHitCode Enumeration


In This Topic
    TrackElementMouseHitCode Enumeration
    In This Topic
    Enumerates the possible mouse hit codes in a NTrackElement
    Syntax
    'Declaration
     
    
    Public Enum TrackElementMouseHitCode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TrackElementMouseHitCode
    public enum TrackElementMouseHitCode : System.Enum 
    Members
    MemberDescription
    NowhereThe mouse is in indeterminate position.
    ShaftAfterThumbThe mouse is in the shaft area, after the thumb's bounds.
    ShaftBeforeThumbThe mouse is in the shaft area, before the thumb's bounds.
    ThumbThe mouse is over the thumb.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.TrackElementMouseHitCode

    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