ClassNotesDialogContext
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:
cs-api-definition
public class NotesDialogContext
Inheritance: objectNotesDialogContext
Constructors
NotesDialogContext(RadRichTextBox)
Declaration
cs-api-definition
public NotesDialogContext(RadRichTextBox editor)
Parameters
editor
Properties
Document
Gets the document associated with the NotesDialogContext.
DocumentEditor
Represents the document editor within the NotesDialogContext for managing and editing document content.
Declaration
cs-api-definition
public RadDocumentEditor DocumentEditor { get; }
Property Value
RichTextBox
Represents the RichTextBox within the NotesDialogContext, providing functionality for editing and displaying rich text content.
Declaration
cs-api-definition
public RadRichTextBox RichTextBox { get; }
Property Value
Methods
SelectInsertedNote()
Selects the inserted note in the Notes dialog context.
Declaration
cs-api-definition
public void SelectInsertedNote()