Dialog's view class namespace
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| IDialogView |
Describes what a view used by RapidSpellDialog/RapidSpellGUIPresenter must implement.
| |
| IDialogViewEventHandler |
Describes a class which can handle events from an IDialogView.
| |
| IDialogViewOptions |
Describes an option editor form
| |
| IDialogViewUserDictionaryEdit |
Describes a user dictionary editor window
| |
| IDialogViewUserDictionarySelect |
Describes a user dictionary editor window
| |
| WindowsForms |
Default WindowsForms view.
| |
| WindowsFormsOptions |
Options editor Form
| |
| WindowsFormsUserDictionaryEdit |
Windows forms implementation of IDialogViewUserDictionaryEdit
| |
| WindowsFormsUserDictionarySelect |
Windows forms implementation of IDialogViewUserDictionarySelect
|