System.Windows.Forms.ColorPicker.ColorPicker C# (CSharp) Method

ColorPicker() public method

public ColorPicker ( ) : System
return System
        public ColorPicker()
        {
            Color = Color.White;
            Size = new Size(128, 20);
        }