dbicDayView Send comments on this topic.
UseWaitCursor Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : UseWaitCursor Property

Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.

Syntax

Visual Basic (Declaration) 
Public Property UseWaitCursor As Boolean
C# 
public bool UseWaitCursor {get; set;}

Property Value

true to use the wait cursor for the current control and all child controls; otherwise, false. The default is false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also