ControlBase
Class
Provides the base class from which the classes that represent custom control are derived.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class ControlBase : Control
Inheritance: objectControlBase
Derived Classes:
Constructors
C#
protected ControlBase()
Methods
Gets the template child.
C#
protected T GetTemplateChild<T>(string childName) where T : DependencyObject
Name of the child.
Returns:T