Interface
IContentControlFactory

Defines a factory for creating content controls in the UI framework.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IContentControlFactory

Methods

GetSdtContentControl(ContentControlState)

Retrieves a structured document tag (SDT) content control based on the specified state.

Declaration

cs-api-definition
IContentControl GetSdtContentControl(ContentControlState contentControlProperties)

Parameters

contentControlProperties

ContentControlState

The state of the content control to retrieve.

Returns

IContentControl

A content control that matches the specified state, or null if no matching control is found.