FastBarUserControl fabaUC = new FastBarUserControl(); this.fabaUC.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.fabaUC.Location = new System.Drawing.Point(0, 0); this.fabaUC.Size = new System.Drawing.Size(700, 560); this.fabaUC.Enabled = true; this.fabaUC.Visible = true; this.FastBarPanel.Controls.Add(fabaUC);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)