summaryM:DotNetNuke.UI.Modules.IModuleControlFactory.CreateControl(System.Web.UI.TemplateControl,System.String,System.String)

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

Syntax

C#
Control CreateControl(
	TemplateControl containerControl,
	string controlKey,
	string controlSrc
)
Visual Basic
Function CreateControl ( 
	containerControl As TemplateControl,
	controlKey As String,
	controlSrc As String
) As Control

Parameters

containerControl
Type: System.Web.UI..::..TemplateControl
paramcontainerControlM:DotNetNuke.UI.Modules.IModuleControlFactory.CreateControl(System.Web.UI.TemplateControl,System.String,System.String)
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.UI.Modules.IModuleControlFactory.CreateControl(System.Web.UI.TemplateControl,System.String,System.String)
controlSrc
Type: System..::..String
paramcontrolSrcM:DotNetNuke.UI.Modules.IModuleControlFactory.CreateControl(System.Web.UI.TemplateControl,System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.Modules.IModuleControlFactory.CreateControl(System.Web.UI.TemplateControl,System.String,System.String)

See Also