Click or drag to resize

OpsContextStartProgressRequest Method

Displays an asynchronous dialog box showing a title and message.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public void StartProgressRequest(
	string title,
	string message,
	int span
)

Parameters

title  String
The title of the request to be displayed.
message  String
The message to be displayed.
span  Int32
The span of the progress control. If 0 then no progress control will be displayed.
See Also