The following tables list the members exposed by RichDocumentView.
Name | Description | |
---|---|---|
![]() | Document | Returns the Infragistics.Documents.RichText.RichTextDocument associated with the view. |
![]() | HorizontalScrollBarVisibility | Returns the visibility of the RichDocumentView's horizontal scrollbar. (read only) |
![]() | HorizontalViewOffset | Returns/sets the zero-based horizontal pixel offset of the RichDocumentView |
![]() | IsActive | Returns whether the RichDocumentView is the current active view. (read-only). |
![]() | LayoutStyle | Returns/sets a value that specifies how the content of the Infragistics.Documents.RichText.RichTextDocument is laid out in the editing area of a RichDocumentView. |
![]() | RichTextEditor | Returns the XamRichTextEditor associated with the view. |
![]() | Selection | Returns/sets the Selectionassociated with the RichDocumentView. |
![]() | VerticalScrollBarVisibility | Returns the visibility of the RichDocumentView's vertical scrollbar. (read only) |
![]() | VerticalViewOffset | Returns/sets the zero-based vertical pixel offset of the RichDocumentView |
![]() | ViewLocation | Returns an RichDocumentViewLocation enumeration that specifies the location of this RichDocumentView within the XamRichTextEditor control. (read-only). |
Name | Description | |
---|---|---|
![]() | Activate | Makes this RichDocumentView the active view. |
Name | Description | |
---|---|---|
![]() | OnActivated | Used to invoke the Activated event. |
![]() | OnDeactivated | Used to invoke the Deactivated event. |
![]() | OnDocumentChanged | Called when the XamRichTextEditor.Document property has changed. |
![]() | OnFocusLost | Called when the view loses focus. |
![]() | OnFocusReceived | Called when the view receives focus. |
![]() | OnLayoutChanged | Used to invoke the LayoutChanged event. |
![]() | OnLoaded | Called when the RichDocumentView is loaded. |
![]() | OnMouseLeftControl | Called when the mouse leaves the XamRichTextEditor control. |
![]() | OnSelectionChanged | Used to invoke the SelectionChanged event. |
![]() | OnUnloaded | Called when the RichDocumentView is unloaded. |
![]() | RefreshLayerLayout | Refreshes the layout of the Infragistics.Controls.Editors.Primitives.AdornmentLayer described by the specified AdornmentLayerInfo |
![]() | RefreshLayersLayout | Refreshes the layout of all Infragistics.Controls.Editors.Primitives.AdornmentLayers associated with this RichDocumentView |
Name | Description | |
---|---|---|
![]() | Activated | Raised after the RichDocumentView has been activated. |
![]() | Deactivated | Raised after the RichDocumentView has been deactivated. |
![]() | LayoutChanged | Raised after the layout of the lines in the RichDocumentView has changed. |
![]() | PropertyChanged | Event raised when a property on the object changes. |
![]() | SelectionChanged | Raised after the Infragistics.Documents.RichText.Selection is changed in the view. |