Class ContentControlPropertiesContext
Represents the context for managing properties of content controls in the Telerik UI.
Inheritance
System.Object
ContentControlPropertiesContext
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ContentControlPropertiesContext : Object
Constructors
ContentControlPropertiesContext(SdtRangeStart, RadRichTextBox)
Declaration
public ContentControlPropertiesContext(SdtRangeStart sdtStart, RadRichTextBox associatedRichTextBox)
Parameters
SdtRangeStart
sdtStart
|
RadRichTextBox
associatedRichTextBox
|
Properties
AssociatedRichTextBox
Gets the associated RichTextBox control for the ContentControlPropertiesContext.
Declaration
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
RadRichTextBox
|
Properties
Gets the properties context for the content control in the Telerik UI.
Declaration
public SdtProperties Properties { get; set; }
Property Value
SdtProperties
|