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
SyntaxC#
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.
RemarksThe 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.
See Also