Xceed Chart for WinForms v4.4 Documentation
ComboBox Class
Members 


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace : ComboBox Class
This class represents standard Windows.Forms.ComboBox control with custom painting and support for Command object.
Object Model
ComboBox Class
Syntax
'Declaration
 
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class ComboBox 
   Inherits System.Windows.Forms.ComboBox
'Usage
 
Dim instance As ComboBox
[ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")]
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

Reference

ComboBox Members
Xceed.Chart.UIControls Namespace