Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DraftView Methods

Represents a draft view of the Rich Edit control.
Name Description
Dispose() For internal use. Inherited from RichEditView.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCursorBounds() Gets the caret coordinates in the current document’s view. Inherited from RichEditView.
GetDocumentLayoutPosition(Point) Obtains the page index and the layout position on the page for the specified point. Inherited from RichEditView.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisiblePageLayoutInfos() Obtains information on the layout of visible pages. Inherited from RichEditView.
GetVisiblePagesRange() Gets the range encompassing all pages which are shown in the View. Inherited from RichEditView.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PageLayoutPositionToPoint(PageLayoutPosition) Gets the position relative to the document and returns the position relative to the control. Inherited from RichEditView.
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. Inherited from RichEditView.
Visit(IRichEditViewVisitor) Accepts the Visitor passed as the argument.
See Also