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