Click or drag to resize

IProgressBarChangeMessage Method

Changes the message of progress bar.

Namespace:  Resto.Front.Api.V5.UI
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void ChangeMessage(
	string message
)

Parameters

message
Type: SystemString
New message.
See Also