Gets or sets the cursor that is displayed when the mouse pointer is over the hidden items cue icon.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Cursor HiddenItemsCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property HiddenItemsCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.Hand.
The hidden items cue icon is shown if ItemSettings.ShowMoreItemsCue is enabled and there are schedule items that are not currently visible because of insufficient space.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |