Interface IContentControlFactory
Defines a factory for creating content controls in the UI framework.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IContentControlFactory
Methods
GetSdtContentControl(ContentControlState)
Retrieves a structured document tag (SDT) content control based on the specified state.
Declaration
IContentControl GetSdtContentControl(ContentControlState contentControlProperties)
Parameters
ContentControlState
contentControlProperties
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. |