or
I need a RADButton with rounded corner.
The cornerradius should be flexible.
Thank you very much.
Hi,
I am using RadButton with custom theme.
All button works fine (mouse over,click ....)
when i am using the form(winform ,not a RadForm)
AcceptButton propertiy , the hightlight of mouse over stop working
any fix for this ?
thanks in advance
this.AcceptButton = this.cmdOK;
void TestingItemView_PreviewDragDrop(object sender, Telerik.WinControls.RadDropEventArgs e)
{
e.Handled = true;
}