Constructs a TextEditControl

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

Syntax

C#
public TextEditControl(
	string type
)
Visual Basic
Public Sub New ( 
	type As String
)

Parameters

type
Type: System..::..String
The type of the property

See Also