Class
ContentControlPropertiesContext

Represents the context for managing properties of content controls in the Telerik UI.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ContentControlPropertiesContext

Inheritance: objectContentControlPropertiesContext

Constructors

ContentControlPropertiesContext(SdtRangeStart, RadRichTextBox)

Declaration

cs-api-definition
public ContentControlPropertiesContext(SdtRangeStart sdtStart, RadRichTextBox associatedRichTextBox)

Parameters

sdtStart

SdtRangeStart

associatedRichTextBox

RadRichTextBox

Properties

AssociatedRichTextBox

Gets the associated RichTextBox control for the ContentControlPropertiesContext.

Declaration

cs-api-definition
public RadRichTextBox AssociatedRichTextBox { get; set; }

Property Value

RadRichTextBox

Properties

Gets the properties context for the content control in the Telerik UI.

Declaration

cs-api-definition
public SdtProperties Properties { get; set; }

Property Value

SdtProperties