Re: How does the StyleDropDown work? (attaching styles to it)

  •  11-24-2004, 8:11 PM

    Re: How does the StyleDropDown work? (attaching styles to it)

    I try your approach but it fails.
    I'm only using a trial version.


    CS0117: 'CuteEditor.Editor' does not contain a definition for 'StyleDropDown'
    Source Error:
    Line 31:    Editor1.Text = "Type Here";
    Line 32:    Editor1.StyleDropDown.Items.Add(new ListItem("Style 1","Heading"));

    What am I doing wrong?
    Thanks,
    Steve
View Complete Thread