Name | Description | |
---|---|---|
FindDialogViewModel Constructor | Initializes a new instance of the FindDialogViewModel class. |
The following tables list the members exposed by FindDialogViewModel.
Name | Description | |
---|---|---|
FindDialogViewModel Constructor | Initializes a new instance of the FindDialogViewModel class. |
Name | Description | |
---|---|---|
Close | Closes the dialog | |
FindNext | Performs next occurence lookup | |
FindPrevious | Performs previous occurence lookup | |
IsVisible | Gets or sets whether find dialog is visible or not | |
MatchCase | Gets or sets whether found text should match the search string case | |
MatchWholeWord | Gets or sets whether search string must match whole words | |
SearchHistory | Gets the history of the strings searched | |
SearchString | Gets or sets string to search within document | |
Show | Shows the dialog | |
Status | Gets or sets string to display to user. Usually represents such events as reaching document end/beginning | |
UserMessage | Gets string to display to user. Usually represents such events as reaching document end/beginning |