Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / ItemMouseHitCode Enumeration


In This Topic
    ItemMouseHitCode Enumeration
    In This Topic
    Specifies the possible codes when the mouse hovers an NLightUIItem instance.
    Syntax
    'Declaration
     
    
    Public Enum ItemMouseHitCode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ItemMouseHitCode
    public enum ItemMouseHitCode : System.Enum 
    Members
    MemberDescription
    BoundsThe mouse is within the item's bounding box
    CheckBoxThe mouse is within the item's bounding box and above the checkbox part.
    ImageThe mouse is within the item's bounding box and above the image part.
    NowhereThe mouse is outside the item's bounding box.
    TextThe mouse is within the item's bounding box and above the text part.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.ItemMouseHitCode

    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