Annotation Pro API
Public Member Functions | Protected Member Functions | Properties | List of all members
FindReplaceProperties Class Reference

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...
 

Detailed Description

A find replace properties.

Constructor & Destructor Documentation

◆ FindReplaceProperties()

Default constructor.

Member Function Documentation

◆ Dispose()

override void Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Property Documentation

◆ FindText

string FindText
getset

Gets or sets the find text.

The find text.

◆ FindWholeWordsOnly

bool FindWholeWordsOnly
getset

Gets or sets a value indicating whether the find whole words only.

true if find whole words only, false if not.

◆ MatchCase

bool MatchCase
getset

Gets or sets a value indicating whether the match case.

true if match case, false if not.

◆ MatchPrefix

bool MatchPrefix
getset

Gets or sets a value indicating whether the match prefix.

true if match prefix, false if not.

◆ MatchSuffix

bool MatchSuffix
getset

Gets or sets a value indicating whether the match suffix.

true if match suffix, false if not.

◆ Options

FindReplaceOptions Options
get

Gets options for controlling the operation.

The options.

◆ ReplaceText

string ReplaceText
getset

Gets or sets the replace text.

The replace text.


The documentation for this class was generated from the following files: