IContentControl
Interface
Represents a content control in the Telerik document framework, allowing for extensibility and customization of content presentation and interaction.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IContentControl
Derived Classes:
Methods
Retrieves the name of the body element associated with the content control.
Retrieves the current state of the content control.
C#
ContentControlState GetCurrentState()
The current state of the content control as an object of type T.
Initializes the content control with the specified state.
C#
void Initialize(ContentControlState state)
The state of the content control to be initialized.
Updates the state of the content control with the specified state.
C#
void UpdateState(ContentControlState state)
The new state to apply to the content control.