IDialog
Interface for displaying user dialogs from within an actor.
Namespace: ControlBee.Interfaces
Extends: IActorItem
Methods
Show
Displays the dialog and returns a tracking identifier.
Guid Show();
Guid Show(string[] actionButtons);
Guid Show(string desc);
Parameters:
actionButtons— Custom action button labels for the dialog.desc— A description message to display.
Returns: A Guid identifying the dialog instance.
Close
Closes the dialog.
void Close();