Inheritance: TextAddin.Controls.Layer
Exemplo n.º 1
0
 public TextView(Control parent, TextDocument textDocument)
     : base(parent)
 {
     Dock = Pos.Fill;
     TextLayer = new TextLayer(this, textDocument);
     CarretLayer = new CarretLayer(this);
 }
Exemplo n.º 2
0
 public TextView(Control parent, TextDocument textDocument) : base(parent)
 {
     Dock        = Pos.Fill;
     TextLayer   = new TextLayer(this, textDocument);
     CarretLayer = new CarretLayer(this);
 }