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 System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As System.Boolean
instance.SuppressWaitCursorDuringRedraw = value
value = instance.SuppressWaitCursorDuringRedraw |
C# | |
---|
System.bool SuppressWaitCursorDuringRedraw {get; set;} |
C++/CLI | |
---|
property System.bool SuppressWaitCursorDuringRedraw {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to enable the wait cursor, false to disable it
Example
Remarks
See Also
Availability
SolidWorks 2003 SP1, Revision Number 11.1