Annotation Pro API
|
A find replace properties. More...
Inherits UserControl.
Public Member Functions | |
FindReplaceProperties () | |
Default constructor. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
string | FindText [get, set] |
Gets or sets the find text. More... | |
bool | FindWholeWordsOnly [get, set] |
Gets or sets a value indicating whether the find whole words only. More... | |
bool | MatchCase [get, set] |
Gets or sets a value indicating whether the match case. More... | |
bool | MatchPrefix [get, set] |
Gets or sets a value indicating whether the match prefix. More... | |
bool | MatchSuffix [get, set] |
Gets or sets a value indicating whether the match suffix. More... | |
FindReplaceOptions | Options [get] |
Gets options for controlling the operation. More... | |
string | ReplaceText [get, set] |
Gets or sets the replace text. More... | |
A find replace properties.
|
inline |
Default constructor.
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
getset |
Gets or sets the find text.
The find text.
|
getset |
Gets or sets a value indicating whether the find whole words only.
true if find whole words only, false if not.
|
getset |
Gets or sets a value indicating whether the match case.
true if match case, false if not.
|
getset |
Gets or sets a value indicating whether the match prefix.
true if match prefix, false if not.
|
getset |
Gets or sets a value indicating whether the match suffix.
true if match suffix, false if not.
|
get |
Gets options for controlling the operation.
The options.
|
getset |
Gets or sets the replace text.
The replace text.