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
| Name | Type | Description |
|---|---|---|
dummy | [ICanShowMessages](# | The dummy. |
call | string | The call. |
busy | bool | if set to true [busy]. |
message = "" | string | The message. |