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