dbicTips Send comments on this topic.
enumMouseState Enumeration
See Also  
dbicTips Assembly > Dbi.WinControl.Tips Namespace : enumMouseState Enumeration

The current state of the mouse.

Syntax

Visual Basic (Declaration) 
Public Enum enumMouseState 
   Inherits System.Enum
C# 
public enum enumMouseState : System.Enum 

Members

MemberDescription
EnterEntering the control.
ForcedThe current tip was forced to display.
HoverHovering over the control.
LeaveLeaving the control.
NoneThe default mouse state.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tips.enumMouseState

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also