Class TextRangeFull
public class TextRangeFull : IDisposable
- Inheritance
-
TextRangeFull
- Implements
- Inherited Members
Constructors
TextRangeFull(CharacterRangeFull, int)
public TextRangeFull(CharacterRangeFull chrRange, int stringCapacity)
Parameters
chrRange
CharacterRangeFullstringCapacity
int
TextRangeFull(long, long, int)
public TextRangeFull(long cpmin, long cpmax, int stringCapacity)
Parameters
Properties
ChRg
public CharacterRangeFull ChRg { get; set; }
Property Value
LpStrText
public string LpStrText { get; }
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()
~TextRangeFull()
protected ~TextRangeFull()