Describes what a view used by RapidSpellDialog/RapidSpellGUIPresenter must implement.
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public interface IDialogView
public interface IDialogView
Public Interface IDialogView
Public Interface IDialogView
public interface class IDialogView
public interface class IDialogView
type IDialogView = interface end
type IDialogView = interface end
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddButtonEnabled |
Whether the add button is enabled
| |
| AddButtonText |
Add button text
| |
| AddButtonVisible |
Whether the add button is visible
| |
| CancelButtonText |
Cancel button text
| |
| ChangeAllButtonEnabled |
Whether the change all button is enabled
| |
| ChangeAllButtonText |
Change all button text
| |
| ChangeButtonEnabled |
Whether the change button is enabled
| |
| ChangeButtonText |
Change button text
| |
| Close()()()() | Closes the form if open. | |
| Dispose()()()() | Disposes of unmanaged resources. | |
| Focus()()()() |
Give focus to the form.
| |
| GetQueryCorrection()()()() |
Return the word from the query text box, as the user may have modified
| |
| IgnoreAllButtonEnabled |
Whether the ignore all button is enabled
| |
| IgnoreAllButtonText |
Ignore all button text
| |
| IgnoreButtonEnabled |
Whether the ignore button is enabled
| |
| IgnoreButtonSelect()()()() |
Select the ignore button
| |
| IgnoreButtonText |
Ignore button text
| |
| IsDisposed | Gets a value indicating whether the control has been disposed of. | |
| Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. | |
| NotInDictionaryLabelText |
Label text indicating whether in dictionary or not
| |
| OptionsButtonText |
Options button text
| |
| QueryTextBoxMultiline | Whether 'not in dictionary' text box is multiline or single line. | |
| RegisterEvents(IDialogViewEventHandler) |
Hook up view events to handler | |
| SetQuery(String, String, String) |
Specifies the spelling query
| |
| Show()()()() |
Show non modally
| |
| ShowDialog()()()() |
Show modally
| |
| ShowDialog(Object) |
Show modally
| |
| ShowMessageBox(String, String, MessageBoxButtons, MessageBoxIcon) |
Show a message box for the user
| |
| ShowOptionsButton | Whether to show the options button. | |
| ShowUndoButton | Whether to show the undo button. | |
| SuggestionFinderCheckBoxChecked |
Whether the find suggestions checkbox is checked (may not be shown)
| |
| SuggestionFinderCheckBoxEnabled |
Whether the suggestion finder checkbox is enabled
| |
| SuggestionFinderCheckBoxText |
Suggestion finder checkbox text
| |
| SuggestionsLabelEnabled |
Whether the suggestions label is enabled
| |
| SuggestionsLabelText |
Suggestion label text
| |
| SuggestionsListClear()()()() |
Clear the suggestions list
| |
| SuggestionsListDeselect()()()() |
Deselect all items from the suggestions list
| |
| SuggestionsListEnabled |
Whether the suggestions list is enabled
| |
| SuggestionsListItems |
All the suggestion items
| |
| SuggestionsListSelectedItem |
The selected suggestion item
| |
| Title |
Window title
| |
| UIThreadInvoke(Delegate) |
Invoke in the UI thread the delegate d | |
| UIThreadInvoke(Delegate, array<Object>[]()[][]) |
Invoke in the UI thread the delegate d with parameters | |
| UndoButtonEnabled |
Whether the undo button is enabled
| |
| UndoButtonText |
Undo button text
| |
| UnregisterEvents(IDialogViewEventHandler) |
Remove view event subscriptions from handler | |
| Visible | Gets or sets a value indicating whether the control is displayed. |
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214