Table of Contents

Method AddBusyAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddBusyAction(string, Action)

Adds "heavy" Action to the ActionsListBox. When action executes, application's cursor is changed to the "busy" cursor.

public virtual ListControlItem AddBusyAction(string title, Action action)

Parameters

title string

Action title.

action Action

Action method.

Returns

ListControlItem