| Visual Basic (Declaration) | |
|---|---|
Public Enum enumMouseState Inherits System.Enum | |
| C# | |
|---|---|
public enum enumMouseState : System.Enum | |
| Member | Description |
|---|---|
| Enter | Entering the control. |
| Forced | The current tip was forced to display. |
| Hover | Hovering over the control. |
| Leave | Leaving the control. |
| None | The default mouse state. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Tips.enumMouseState
Target Platforms: Current Windows operating system with .NET 8.