Interface IDialogHandler
Contains methods and properties which allow to work with system dialog window.
public interface IDialogHandler : IDisposable
Properties
- ShowHelp
Gets or sets whether or not to show the dialog window help.
- Title
Gets or sets the dialog window title.
Methods
- ShowAsync(Window?, Action<bool>?)
Shows dialog on screen asynchroniusly.