Search
Calendar.HiddenItemsCursor Property
See Also
 





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

 Syntax

C#  Copy Code

public Cursor HiddenItemsCursor { get; set; }

Visual Basic  Copy Code

Public Property HiddenItemsCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.Hand.

 Remarks

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.

 See Also