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