InterfaceIContentControl
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:
public interface IContentControl
Methods
GetBodyElementName()
Retrieves the name of the body element associated with the content control.
Declaration
string GetBodyElementName()
Returns
A string representing the name of the body element.
GetCurrentState()
Retrieves the current state of the content control.
Declaration
ContentControlState GetCurrentState()
Returns
The current state of the content control as an object of type T.
Initialize(ContentControlState)
Initializes the content control with the specified state.
Declaration
void Initialize(ContentControlState state)
Parameters
state
The state of the content control to be initialized.
UpdateState(ContentControlState)
Updates the state of the content control with the specified state.
Declaration
void UpdateState(ContentControlState state)
Parameters
state
The new state to apply to the content control.