Gets or sets the state of the wait cursor (also called the hourglass) while this model view is being redrawn.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SuppressWaitCursorDuringRedraw As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Boolean
instance.SuppressWaitCursorDuringRedraw = value
value = instance.SuppressWaitCursorDuringRedraw
|
C# | |
---|
bool SuppressWaitCursorDuringRedraw {get; set;} |
C++/CLI | |
---|
property bool SuppressWaitCursorDuringRedraw {
bool get();
void set (bool value);
} |
Return Value
True to enable the wait cursor, false to disable it
Example
Remarks
See Also
Availability
SolidWorks 2003 SP1, Revision Number 11.1