Table of Contents

Interface IDialogHandler

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

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.