O
ORC
Does anyone know the RGB background color of a button or the ToolBar ?
I have tried to read the color by this:
MessageBox.Show(
button1.BackColor.R.ToString() + " " +
button1.BackColor.G.ToString() + " " +
button1.BackColor.B.ToString());
But it doesn't work (I guess it's because CF doesn't support backColor of
these controls)
Thanks
Ole
I have tried to read the color by this:
MessageBox.Show(
button1.BackColor.R.ToString() + " " +
button1.BackColor.G.ToString() + " " +
button1.BackColor.B.ToString());
But it doesn't work (I guess it's because CF doesn't support backColor of
these controls)
Thanks
Ole