ModuleControlBase is a base class for Module Controls that inherits from the Control base class. As with all MontrolControl base classes it implements IModuleControl.

Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ModuleControlBase : Control, 
	IModuleControl
Visual Basic
Public Class ModuleControlBase
	Inherits Control
	Implements IModuleControl

Inheritance Hierarchy

See Also