Version

RichDocumentView Class Members

The following tables list the members exposed by RichDocumentView.

Public Properties
 NameDescription
Public PropertyDocumentReturns the Infragistics.Documents.RichText.RichTextDocument associated with the view.  
Public PropertyHorizontalScrollBarVisibilityReturns the visibility of the RichDocumentView's horizontal scrollbar. (read only)  
Public PropertyHorizontalViewOffsetReturns/sets the zero-based horizontal pixel offset of the RichDocumentView  
Public PropertyIsActiveReturns whether the RichDocumentView is the current active view. (read-only).  
Public PropertyLayoutStyleReturns/sets a value that specifies how the content of the Infragistics.Documents.RichText.RichTextDocument is laid out in the editing area of a RichDocumentView.  
Public PropertyRichTextEditorReturns the XamRichTextEditor associated with the view.  
Public PropertySelectionReturns/sets the Selectionassociated with the RichDocumentView.  
Public PropertyVerticalScrollBarVisibilityReturns the visibility of the RichDocumentView's vertical scrollbar. (read only)  
Public PropertyVerticalViewOffsetReturns/sets the zero-based vertical pixel offset of the RichDocumentView  
Public PropertyViewLocationReturns an RichDocumentViewLocation enumeration that specifies the location of this RichDocumentView within the XamRichTextEditor control. (read-only).  
Public Methods
 NameDescription
Public MethodActivateMakes this RichDocumentView the active view.  
Protected Methods
 NameDescription
Protected Internal MethodOnActivatedUsed to invoke the Activated event.  
Protected Internal MethodOnDeactivatedUsed to invoke the Deactivated event.  
Protected Internal MethodOnDocumentChangedCalled when the XamRichTextEditor.Document property has changed.  
Protected Internal MethodOnFocusLostCalled when the view loses focus.  
Protected Internal MethodOnFocusReceivedCalled when the view receives focus.  
Protected MethodOnLayoutChangedUsed to invoke the LayoutChanged event.  
Protected Internal MethodOnLoadedCalled when the RichDocumentView is loaded.  
Protected Internal MethodOnMouseLeftControlCalled when the mouse leaves the XamRichTextEditor control.  
Protected MethodOnSelectionChangedUsed to invoke the SelectionChanged event.  
Protected Internal MethodOnUnloadedCalled when the RichDocumentView is unloaded.  
Protected Internal MethodRefreshLayerLayoutRefreshes the layout of the Infragistics.Controls.Editors.Primitives.AdornmentLayer described by the specified AdornmentLayerInfo  
Protected Internal MethodRefreshLayersLayoutRefreshes the layout of all Infragistics.Controls.Editors.Primitives.AdornmentLayers associated with this RichDocumentView  
Public Events
 NameDescription
Public EventActivatedRaised after the RichDocumentView has been activated.  
Public EventDeactivatedRaised after the RichDocumentView has been deactivated.  
Public EventLayoutChangedRaised after the layout of the lines in the RichDocumentView has changed.  
Public EventPropertyChangedEvent raised when a property on the object changes.  
Public EventSelectionChangedRaised after the Infragistics.Documents.RichText.Selection is changed in the view.  
See Also