Class NotesDialogContext
Represents the context for the Notes dialog within the Telerik UI framework. This class provides functionality to manage and interact with notes in the application.
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NotesDialogContext : Object
Constructors
NotesDialogContext(RadRichTextBox)
Properties
Document
Gets the document associated with the NotesDialogContext.
Declaration
public RadDocument Document { get; }
Property Value
RadDocument
|
DocumentEditor
Represents the document editor within the NotesDialogContext for managing and editing document content.
Declaration
public RadDocumentEditor DocumentEditor { get; }
Property Value
RadDocumentEditor
|
RichTextBox
Represents the RichTextBox within the NotesDialogContext, providing functionality for editing and displaying rich text content.
Declaration
public RadRichTextBox RichTextBox { get; }
Property Value
RadRichTextBox
|
Methods
SelectInsertedNote()
Selects the inserted note in the Notes dialog context.
Declaration
public void SelectInsertedNote()