Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
'宣言
Public Property UseWaitCursor As Boolean
public bool UseWaitCursor {get; set;}
プロパティ値
true to use the wait cursor for the current control and all child controls; otherwise,
false. The default is
false.