| Visual Basic (Declaration) | |
|---|---|
Protected Overridable ReadOnly Property WantsMouseHoverNotification As Boolean | |
| C# | |
|---|---|
protected virtual bool WantsMouseHoverNotification {get;} | |
The default implemenation returns false. This should be overridden by elements that want their OnMouseHover method to be called.
This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
