Strange black dot appears when I add RichdropDownlist

  •  10-18-2006, 7:08 PM

    Strange black dot appears when I add RichdropDownlist

       Hi
     
     I create a RDDL and add it to my Editor by

    CuteEditor.RichDropDownList dropdown = new CuteEditor.RichDropDownList(Editor1);dropdown.Items.Add("text", "value");
    tc.Control.Controls.Add(dropdown);

    But it puts a strange looking black dot to the left of this list.  The below screenshot show this.  How can I prevent this happening
     
     
     
     
View Complete Thread