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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace