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.

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

RadRichTextBox

Properties

Document

Gets the document associated with the NotesDialogContext.

Declaration

cs-api-definition
public RadDocument Document { get; }

Property Value

RadDocument

DocumentEditor

Represents the document editor within the NotesDialogContext for managing and editing document content.

Declaration

cs-api-definition
public RadDocumentEditor DocumentEditor { get; }

Property Value

RadDocumentEditor

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

RadRichTextBox

Methods

SelectInsertedNote()

Selects the inserted note in the Notes dialog context.

Declaration

cs-api-definition
public void SelectInsertedNote()