Ejemplo n.º 1
0
 public DockToolbar(string id, string title)
 {
     grip = new DockGrip ();
     Add (grip);
     grip.Hide ();
     this.id = id;
     this.title = title;
     ShowArrow = false;
 }
Ejemplo n.º 2
0
 public DockToolbar(string id, string title)
 {
     grip = new DockGrip();
     Add(grip);
     grip.Hide();
     this.id    = id;
     this.title = title;
     ShowArrow  = false;
 }