Wraps basic routed events like Loaded and Unloaded in virtual methods and expose common properties like IsLoaded and IsFocused.
Namespace: Telerik.Windows.Controls.PrimitivesAssembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public abstract class RadControl : Control |
| Visual Basic |
|---|
Public MustInherit Class RadControl _
Inherits Control |
| Visual C++ |
|---|
public ref class RadControl abstract : public Control |
Inheritance Hierarchy
See Also