Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ComboBoxItem Class
Members

In This Topic
    C1ComboBoxItem Class
    In This Topic
    Implements a selectable item inside a C1ComboBox.
    Object Model
    C1ComboBoxItem Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
    <TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1ComboBoxItem 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Unselected", GroupName="SelectionStates")]
    [TemplatePart(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [ContentProperty("Content", true)]
    public class C1ComboBoxItem : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1ComboBoxItem

    See Also