Skip to content

RichDropDownList Class

Represents a rich drop-down menu on the editor toolbar

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class RichDropDownList : WebControl
Visual Basic
Public Class RichDropDownList _
	Inherits WebControl
Visual C++
public ref class RichDropDownList : public WebControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      CuteEditor..::..RichDropDownList
        CuteEditor..::..TreeDropDownList

See Also