Version 24.2 (latest)

RichDocumentView Class Methods

For a list of all members of this type, see RichDocumentView members.

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  
See Also