Imgur.FormSettings.button3_Click C# (CSharp) Method

button3_Click() private method

private button3_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void button3_Click(object sender, EventArgs e)
        {
            MessageBox.Show("This turns the uploaded image into a Jpeg instead of the usual format selected on the left. If the resulting filesize is larger than X amount of KB, it will use the given compression rate.", "Jpeg compression", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }