Skip to content

MessageBoxShowMixins.IsBusy(ICanShowMessages, string, bool, string) method

Defined in

Type: MessageBoxShowMixins Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public static void IsBusy(this ICanShowMessages dummy, string call, bool busy, string message = "")

Summary: Determines whether the specified call is busy.

Parameters

NameTypeDescription
dummy[ICanShowMessages](#The dummy.
callstringThe call.
busyboolif set to true [busy].
message = ""stringThe message.