| IDialogProvider Interface |
Represents a dialog box provider to handle differences between GTK+ and WinForms dialogs
Namespace:
SanteDB.DisconnectedClient.UI
Assembly:
SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax public interface IDialogProvider
Public Interface IDialogProvider
public interface class IDialogProvider
type IDialogProvider = interface end
The IDialogProvider type exposes the following members.
Methods
| Name | Description |
---|
| Alert |
Alert the specified text.
|
| Confirm |
Confirm the specified text and title.
|
TopSee Also