SectionUIBase
Class
Represents the base class for user interface elements within a document section in the RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class SectionUIBase : Control
Inheritance: objectSectionUIBase
Derived Classes:
Constructors
C#
public SectionUIBase()
Properties
Panel
Panel
C#
protected Panel Panel { get; }
Methods
Invoked when the control's template is applied. This method allows the control to initialize its visual elements and perform any setup that is required after the template has been applied.
C#
public override void OnApplyTemplate()