Method AddBusyAction
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)
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)