Class TextToFindFull
public class TextToFindFull : IDisposable
- Inheritance
-
TextToFindFull
- Implements
- Inherited Members
Constructors
TextToFindFull(CharacterRangeFull, string)
public TextToFindFull(CharacterRangeFull chrRange, string searchText)
Parameters
chrRange
CharacterRangeFullsearchText
string
TextToFindFull(long, long, string)
public TextToFindFull(long cpmin, long cpmax, string searchText)
Parameters
Properties
ChRg
public CharacterRangeFull ChRg { get; set; }
Property Value
ChRgText
public CharacterRangeFull ChRgText { get; }
Property Value
LpStrText
public string LpStrText { set; }
Property Value
NativePointer
public IntPtr NativePointer { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~TextToFindFull()
protected ~TextToFindFull()