Hi Guys,
I need to create a button with the following layout:
_________________
| |
|
|
|
Image
|
| |
|________________|
| Text Line 1 |
|
Text Line 2
|
|________________|
The layout aspect of it is simple, but I need the background color for the image to be Transparent and the Text to be a specific color such as Grey or Blue.
I tried editting the BackColor attribute of the Text element under the ImageAndTextLayoutPanel for the button, but this does not seem to do anything.
I've also tried adding a RadPanel as a child control for the button, this works for layout purposes, but child controls within the button block mouseevents from reaching the button, and these controls do not move with the button as the button is pressed.
Any ideas for the best way to achieve this functionality?