Click or drag to resize
Askia

IControlCollectionCreate Method (String)

Creates a new control in the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IControl Create(
	string name
)

Parameters

name
Type: SystemString
Name of the control to create

Return Value

Type: IControl
Returns the newly created control
See Also