Gets the attached ModuleControl

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

Syntax

C#
public IModuleControl ModuleControl { get; }
Visual Basic
Public ReadOnly Property ModuleControl As IModuleControl
	Get

Return Value

An IModuleControl

See Also