Exemplo n.º 1
0
        //</snippet10>

        //The constructor associates the control
        //with the designer action list.
//<snippet4>
        public ColorLabelActionList(IComponent component) : base(component)
        {
            this.colLabel = component as ColorLabel;

            // Cache a reference to DesignerActionUIService, so the
            // DesigneractionList can be refreshed.
            this.designerActionUISvc =
                GetService(typeof(DesignerActionUIService))
                as DesignerActionUIService;
        }
Exemplo n.º 2
0
 // VS Forms Designer generated method
 private void InitializeComponent()
 {
     this.colorLabel2 = new DesignerActions.ColorLabel();
     this.SuspendLayout();
     //
     // colorLabel2
     //
     this.colorLabel2.BackColor   = System.Drawing.Color.Gold;
     this.colorLabel2.ColorLocked = false;
     this.colorLabel2.Font        = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorLabel2.Location    = new System.Drawing.Point(41, 42);
     this.colorLabel2.Name        = "colorLabel2";
     this.colorLabel2.Size        = new System.Drawing.Size(117, 25);
     this.colorLabel2.TabIndex    = 0;
     this.colorLabel2.Text        = "colorLabel2";
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.colorLabel2);
     this.Name = "Form1";
     this.ResumeLayout(false);
 }