Represents the C1ComboBox control.

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

Syntax

C#
[LicenseProviderAttribute]
[DesignerAttribute("C1.Web.UI.Design.C1ComboBoxDesigner, C1.Web.UI.Design.3")]
[ControlValuePropertyAttribute("SelectedValue")]
[DefaultEventAttribute("SelectedIndexChanged")]
[DefaultPropertyAttribute("Items")]
[ToolboxBitmapAttribute(typeof(C1ComboBox), "C1ComboBox.png")]
[ToolboxDataAttribute("<{0}:C1ComboBox runat="server"></{0}:C1ComboBox>")]
[ValidationPropertyAttribute("Text")]
public class C1ComboBox : C1ThemeableDataBoundControl, IPostBackEventHandler, 
	ICallbackEventHandler, IEditableTextControl, ITextControl, IPostBackDataHandler, INamingContainer, 
	IC1Serializable
Visual Basic (Declaration)
<LicenseProviderAttribute> _
<DesignerAttribute("C1.Web.UI.Design.C1ComboBoxDesigner, C1.Web.UI.Design.3")> _
<ControlValuePropertyAttribute("SelectedValue")> _
<DefaultEventAttribute("SelectedIndexChanged")> _
<DefaultPropertyAttribute("Items")> _
<ToolboxBitmapAttribute(GetType(C1ComboBox), "C1ComboBox.png")> _
<ToolboxDataAttribute("<{0}:C1ComboBox runat="server"></{0}:C1ComboBox>")> _
<ValidationPropertyAttribute("Text")> _
Public Class C1ComboBox _
	Inherits C1ThemeableDataBoundControl _
	Implements IPostBackEventHandler, ICallbackEventHandler, IEditableTextControl, ITextControl,  _
	IPostBackDataHandler, INamingContainer, IC1Serializable

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..BaseDataBoundControl
        System.Web.UI.WebControls..::..DataBoundControl
          C1ThemeableDataBoundControl
            C1.Web.UI.Controls.C1ComboBox..::..C1ComboBox

See Also