Example #1
0
                    public ScribbleClearButton(ScribblePanel owner, Point location, Size size, int tabIndex)
                    {
                        this.SuspendLayout();
                        this.Owner = owner;

                        this.Location  = location;
                        this.Size      = size;
                        this.TabIndex  = tabIndex;
                        this.Name      = "ScribbleClearButton";
                        this.Text      = Strings.Clear;
                        this.BackColor = SystemColors.Control;
                        this.FlatStyle = FlatStyle.Popup;

                        this.ResumeLayout();
                    }
                    public ScribbleClearButton(ScribblePanel owner, Point location, Size size, int tabIndex)
                    {
                        this.SuspendLayout();
                        this.Owner = owner;

                        this.Location = location;
                        this.Size = size;
                        this.TabIndex = tabIndex;
                        this.Name = "ScribbleClearButton";
                        this.Text = Strings.Clear;
                        this.BackColor = SystemColors.Control;
                        this.FlatStyle = FlatStyle.Popup;

                        this.ResumeLayout();
                    }