Longkong.ColorPicker.Controls.ColorSwatchPanel.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.colorTip = new System.Windows.Forms.ToolTip(this.components);
            this.addNewSwatchMenuItem = new MenuItem( "Add new swatch" );
            this.deleteSwatchMenuItem = new MenuItem( "Delete swatch" );
            this.renameSwatchMenuItem = new MenuItem( "Rename swatch" );
            this.contextMenu = new System.Windows.Forms.ContextMenu( new MenuItem[] { addNewSwatchMenuItem, renameSwatchMenuItem, deleteSwatchMenuItem } );
            //
            // colorTip
            //
            this.colorTip.Active = false;
        }