L
Lamis
Hi
this is my code
DataGridViewButtonColumn buttonupColumn =
new DataGridViewButtonColumn();
buttonupColumn.HeaderText = "";
buttonupColumn.Name = "btnUp";
buttonupColumn.Text = "Up";
I want to have a background image to my button instear of the .text ="Up"
Any idea how to do that??
this is my code
DataGridViewButtonColumn buttonupColumn =
new DataGridViewButtonColumn();
buttonupColumn.HeaderText = "";
buttonupColumn.Name = "btnUp";
buttonupColumn.Text = "Up";
I want to have a background image to my button instear of the .text ="Up"
Any idea how to do that??