Interface IContentControl
Represents a content control in the Telerik document framework, allowing for extensibility and customization of content presentation and interaction.
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
System.String
A string representing the name of the body element. |
GetCurrentState()
Retrieves the current state of the content control.
Declaration
ContentControlState GetCurrentState()
Returns
ContentControlState
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
ContentControlState
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
ContentControlState
state
The new state to apply to the content control. |