ClassContentControlPropertiesContext
Class
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
associatedRichTextBox
Properties
AssociatedRichTextBox
Gets the associated RichTextBox control for the ContentControlPropertiesContext.
Declaration
cs-api-definition
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
Properties
Gets the properties context for the content control in the Telerik UI.
Declaration
cs-api-definition
public SdtProperties Properties { get; set; }
Property Value