ActionsPane.UseWaitCursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.