IContentControlFactory
Interface
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:
Methods
Retrieves a structured document tag (SDT) content control based on the specified state.
C#
IContentControl GetSdtContentControl(ContentControlState contentControlProperties)
The state of the content control to retrieve.
Returns:A content control that matches the specified state, or null if no matching control is found.