Represents the C1ComboBox control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ComboBox.C1ComboBox = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ComboBox.C1ComboBox',
	C1.Web.UI.C1ThemeableControlBase,
	C1.Web.UI.Interfaces.IAjaxRequestSupport);

Inheritance Hierarchy

System..::..Object
  Component
    Control
      C1ThemeableControlBase
        C1.Web.UI.Controls.C1ComboBox..::..C1ComboBox

See Also