Search
ItemDrawContext.Pointed Property
See Also
 






Gets a value indicating whether the drawn item is pointed by the user.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Pointed { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pointed As Boolean

 Property Value

true if the mouse is currently over the item; otherwise, false.

 Remarks

You can inspect the value of this property if you intend to change the appearance of your items when the mouse hovers over them. For example, you might wish to implement some form of highlighting.

 See Also