McBusyStateSetCursor Method
|
|
Changes the application cursor during busy state
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub SetCursor (
Optional Cursor As mcApplicationCursor = mcApplicationCursor.mcacWait,
Optional CursorFile As String = ""
)
Parameters
- Cursor (Optional)
- Type: mcApplicationCursor
mcApplicationCursor - CursorFile (Optional)
- Type: SystemString
String
Implements
IMcBusyState.SetCursor(mcApplicationCursor, String)
Remarks
See Also