NotesDialogContext
Class
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.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class NotesDialogContext
Inheritance: objectNotesDialogContext
Constructors
Properties
Gets the document associated with the NotesDialogContext.
C#
public RadDocument Document { get; }
Represents the document editor within the NotesDialogContext for managing and editing document content.
C#
public RadDocumentEditor DocumentEditor { get; }
Represents the RichTextBox within the NotesDialogContext, providing functionality for editing and displaying rich text content.
C#
public RadRichTextBox RichTextBox { get; }
Methods
Selects the inserted note in the Notes dialog context.
C#
public void SelectInsertedNote()