Posted 14 Aug 2012 Link to this post
Posted 17 Aug 2012 Link to this post
private
void
Form1_Load(
object
sender, EventArgs e)
{
this
.radComboBox1.ComboBoxElement.TextBoxElement.TextBoxItem.HostedControl.ContextMenuStrip =
new
ContextMenuStrip();
}