ComponentOne FinancialChart for WPF
C1ComboBoxItem Class
Members 



C1.WPF Namespace : C1ComboBoxItem Class
Implements a selectable item inside a C1ComboBox.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
<TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
Public Class C1ComboBoxItem 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1ComboBoxItem
[TemplatePart(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
[TemplateVisualState(Name="Unselected", GroupName="SelectionStates")]
public class C1ComboBoxItem : System.Windows.Controls.ContentControl 
[TemplatePart(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
[TemplateVisualState(Name="Unselected", GroupName="SelectionStates")]
public ref class C1ComboBoxItem : public System.Windows.Controls.ContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        C1.WPF.C1ComboBoxItem

See Also

Reference

C1ComboBoxItem Members
C1.WPF Namespace