C1WebEditor ASP.NET control.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[ToolboxDataAttribute("<{0}:C1WebEditor runat="server" Width="550px" Height="450px"></{0}:C1WebEditor>")]
[DefaultPropertyAttribute("Text")]
[DefaultEventAttribute("TextChanged")]
[ToolboxBitmapAttribute(typeof(C1WebEditor), "C1WebEditor.bmp")]
[ParseChildrenAttribute(true)]
public class C1WebEditor : PalominoAjaxControlBase, 
	IC1UrlResolutionService, INamingContainer
Visual Basic (Declaration)
<ToolboxDataAttribute("<{0}:C1WebEditor runat="server" Width="550px" Height="450px"></{0}:C1WebEditor>")> _
<DefaultPropertyAttribute("Text")> _
<DefaultEventAttribute("TextChanged")> _
<ToolboxBitmapAttribute(GetType(C1WebEditor), "C1WebEditor.bmp")> _
<ParseChildrenAttribute(True)> _
Public Class C1WebEditor _
	Inherits PalominoAjaxControlBase _
	Implements IC1UrlResolutionService, INamingContainer

Inheritance Hierarchy

See Also