ClassSectionUIBase
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:
cs-api-definition
public abstract class SectionUIBase : Control
Inheritance: objectSectionUIBase
Derived Classes:
Constructors
SectionUIBase()
Declaration
cs-api-definition
public SectionUIBase()
Properties
Panel
Declaration
cs-api-definition
protected Panel Panel { get; }
Property Value
Panel
Methods
OnApplyTemplate()
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.
Declaration
cs-api-definition
public override void OnApplyTemplate()