ActionsPane.UseWaitCursor Property

Definition

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

public:
 property bool UseWaitCursor { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public bool UseWaitCursor { get; set; }
[<System.ComponentModel.Browsable(true)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)>]
member this.UseWaitCursor : bool with get, set
Public Property UseWaitCursor As Boolean

Property Value

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

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.UseWaitCursor property. For more information about using this property, see System.Windows.Forms.Control.UseWaitCursor.

Applies to