This happens on both a RadMenu and a RadContextMenu.
I have a contextmenu tied to a text box. THere are 2 items on the context menu. One is defined as RadMenuItem, one is defined as cMyMenuItem.
My Code:
Public Class cMyMenuItem
Inherits Telerik.WinControls.UI.RadMenuItem
Sub New()
End Sub
End Class
Now, when the program is run, the menu item defined as RadMenuItem is fine, but the one defined as cMyMenuItem has a heavy border around it.
What do i need to setup in my class so the border isn't there.