Generation

generate functionThu, 09 Feb 2023

Background Image control winform align image on button left

private void btn_back_Click(object sender, EventArgs e) { this.BackgroundImageLayout = ImageLayout.Stretch; btn_back.BackgroundImage = Properties.Resources.back_icon; btn_back.BackgroundImageLayout = ImageLayout.Center; }

Want to kickstart your project?Use the new AI Studio to create your code