Class NotepadEditor
Inheritance
NotepadEditor
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class NotepadEditor : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
NotepadEditor()
Declaration
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
Implements