ActionsPane.UseWaitCursor Property

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

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Property UseWaitCursor As Boolean
[BrowsableAttribute(true)]
bool UseWaitCursor { get; set; }

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview