  | FrontendControlFactoryCreateControlT Method (String, String, String, T, IFControlInfo) | 
 
 Creates the control.
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic FrontendControl CreateControl<T>(
	string propertyName,
	string name,
	string label,
	T source,
	IFControlInfo info
)
Public Function CreateControl(Of T) ( 
	propertyName As String,
	name As String,
	label As String,
	source As T,
	info As IFControlInfo
) As FrontendControl
Parameters
- propertyName
 - Type: SystemString
Name of the property. - name
 - Type: SystemString
The name. - label
 - Type: SystemString
The label. - source
 - Type: T
The source. - info
 - Type: Dynamicweb.News.Common.FrontendIFControlInfo
The information. 
Type Parameters
- T
 
Return Value
Type: 
FrontendControl
See Also