New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public interface IContentControlFactory

Derived Classes: ContentControlFactory

Methods

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

C#
IContentControl GetSdtContentControl(ContentControlState contentControlProperties)
Parameters:contentControlPropertiesContentControlState

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.