| FrontendControlFactoryCreateControlFirstT Method |
Creates the control first.
Namespace:
Dynamicweb.News.Common.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax protected FrontendControl CreateControlFirst<T>(
string propertyName,
string name,
string label,
T source,
IFControlInfo info
)
Protected Function CreateControlFirst(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:
FrontendControlSee Also