Skip to main content

RichEditView Methods
Show Inherited Hide Inherited

Represents a base class for the RichEditControl views.
Name Description
Dispose() This member supports the internal infrastructure, and is not intended to be used directly from your code.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetCursorBounds() Gets the cursor coordinates in the current document's view.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisiblePagesRange() This member supports the internal infrastructure, and is not intended to be used directly from your code.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Overrides the base class method to clear the text representation of an object.
Visit(IRichEditViewVisitor) A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor.
See Also