Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / ComboBox Class
Members


In This Topic
    ComboBox Class
    In This Topic
    This class represents standard Windows.Forms.ComboBox control with custom painting and support for Command object.
    Object Model
    ComboBox Class
    Syntax
    'Declaration
     
    <ToolboxItemAttribute(False)>
    <DefaultEventAttribute("SelectedIndexChanged")>
    <DefaultPropertyAttribute("Items")>
    <DefaultBindingPropertyAttribute("Text")>
    <DesignerAttribute("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <SRDescriptionAttribute("DescriptionComboBox")>
    <LookupBindingPropertiesAttribute("DataSource", 
       "DisplayMember", 
       "ValueMember", 
       "SelectedValue")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class ComboBox 
       Inherits System.Windows.Forms.ComboBox
    'Usage
     
    Dim instance As ComboBox
    [ToolboxItem(false)]
    [DefaultEvent("SelectedIndexChanged")]
    [DefaultProperty("Items")]
    [DefaultBindingProperty("Text")]
    [Designer("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionComboBox")]
    [LookupBindingProperties("DataSource", 
       "DisplayMember", 
       "ValueMember", 
       "SelectedValue")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class ComboBox : System.Windows.Forms.ComboBox 
    Remarks
    This class overrides its inherited OnSelectedValueChanged method and executes its command (if not null).
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ListControl
                   System.Windows.Forms.ComboBox
                      Xceed.Chart.UIControls.ComboBox

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also