MindFusion WinForms Programmer's Guide
DrawEventArgs.Pointed Property
See Also
 





Gets a value indicating whether the associated item (if any) is being pointed by the mouse.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Pointed { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pointed As Boolean

 Property Value

A boolean value specifying whether the item associated with the event is currently being pointed.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace