Click or drag to resize

McBusyState Class

This class is responsible for controling the cursor and the progress meter bar during lengthy operations.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcBusyState

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McBusyState
	Implements McBusyState

The McBusyState type exposes the following members.

Properties
  NameDescription
Public propertyShowProgressMeter
This property controlls whether the progress meter will be displayed.
Top
Methods
  NameDescription
Public methodBeginPhase
This Method Starts a new Progress Phase
Public methodDispose
Releases all resources used by the McBusyState
Public methodEndPhase
Ends the current progress phase
Public methodSetCursor
Changes the application cursor during busy state
Public methodSetProgress
This method is used to move the progress meter by the specified value. It also takes care of the different phases.
Public methodSetProgressInfo
This Method Sets the progress meter caption, user-cancel behavior and progress limits and number of phases.
Top
Remarks