InterfaceIContentControlFactory
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:
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
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.