Constructor.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public WebEditorAttribute(
	Type editControl
)
Visual Basic
Public Sub New ( 
	editControl As Type
)
Visual C++
public:
WebEditorAttribute(
	Type^ editControl
)
F#
new : 
        editControl : Type -> WebEditorAttribute

Parameters

editControl
Type: System..::..Type
Type of editor control

See Also