Hi,
I have created a class that derives from the RadRibbonBar so that i can create the elements on the bar in code and create an instance of the bar to apply them to my Form.
this builds the bar ok but there seems to be no theme attached to the bar. is there something i'm missing?
thanks
I have created a class that derives from the RadRibbonBar so that i can create the elements on the bar in code and create an instance of the bar to apply them to my Form.
public
class
SappsRibbonBar : RadRibbonBar
{
public
void
CreateSappsRibbonBar(MenuType MenuType)
{
BuildFromDB(MenuType);
}
}
this builds the bar ok but there seems to be no theme attached to the bar. is there something i'm missing?
thanks