McBusyStateSetProgressInfo Method
|
|
This Method Sets the progress meter caption, user-cancel behavior and
progress limits and number of phases.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub SetProgressInfo (
Optional Caption As String = "",
Optional AllowCancel As mcProgressAllowCancel = mcProgressAllowCancel.mcpacTopLevelCancelOnly,
Optional StartingValue As Integer = 0,
Optional EndingValue As Integer = 100,
Optional NumberOfPhases As Integer = 0
)
Parameters
- Caption (Optional)
- Type: SystemString
String - AllowCancel (Optional)
- Type: mcProgressAllowCancel
Interop.mcProgressAllowCancel - StartingValue (Optional)
- Type: SystemInt32
Integer - EndingValue (Optional)
- Type: SystemInt32
Integer - NumberOfPhases (Optional)
- Type: SystemInt32
Integer
Implements
IMcBusyState.SetProgressInfo(String, mcProgressAllowCancel, Int32, Int32, Int32)
Remarks
See Also