Hit Highlight for RichTextBox
| C# | Visual Basic | Visual C++ | F# |
public class RichTextBoxHighlight : Highlight
Public Class RichTextBoxHighlight Inherits Highlight
public ref class RichTextBoxHighlight : public Highlight
type RichTextBoxHighlight = class inherit Highlight end
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| RichTextBoxHighlight(Int32, Int32, HighlightAdorner, Run, Int32) |
New instance.
| |
| AbsoluteEnd |
The end index of the Highlight, as measured from the start of the Document.
(Inherited from Highlight.) | |
| AbsoluteStart |
The start index of the Highlight, as measured from the start of the Document.
(Inherited from Highlight.) | |
| Deselect()()()() |
Deselects the highlight.
(Overrides Highlight.Deselect()()()().) | |
| End |
End
(Inherited from Highlight.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Hidden |
Whether the underline is hidden
(Inherited from Highlight.) | |
| HighlightedElement |
The UIElement that this highlight is inside
(Inherited from Highlight.) | |
| IsBeforeOrAt(Highlight) |
Whether this Highlight is before or at the same position of highlight.
(Overrides Highlight.IsBeforeOrAt(Highlight).) | |
| IsReplaceable |
Whether ReplaceText can be called or not. When false this is because the control where the highlight exist is readonly or disabled.
(Overrides Highlight.IsReplaceable.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveTo(Run, Int32, Int32, Int32) |
Move the highlight to a new Run.
| |
| MoveTo(Int32, Int32) |
Move highlight to a different part of the current run.
(Inherited from Highlight.) | |
| MoveTo(Run, Int32, Int32) |
Move the highlight to a new run.
(Inherited from Highlight.) | |
| ReplaceText(String) |
Replaces the text of the hit.
(Overrides Highlight.ReplaceText(String).) | |
| run |
The Run the Highlight is in.
(Inherited from Highlight.) | |
| Run |
The Run where the highlight occurs.
(Inherited from Highlight.) | |
| runStartIndex |
The absolute start of the Run where the Highlight is.
(Inherited from Highlight.) | |
| Select()()()() |
Selects the highlight as the current highlight when iterating through hits, bringing the control to focus.
(Overrides Highlight.Select()()()().) | |
| Start |
Start
(Inherited from Highlight.) | |
| Text |
The highlighted text.
(Inherited from Highlight.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)