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; }

Questions about programming?Chat with your personal AI assistant