DotNetNuke 5.2
The UserControlBase class defines a custom base class inherited by all user controls within the Portal.

Namespace:  DotNetNuke.Framework
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class UserControlBase : UserControl
Visual Basic (Declaration)
Public Class UserControlBase _
	Inherits UserControl
Visual C++
public ref class UserControlBase : public UserControl

Inheritance Hierarchy

See Also