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

In This Topic
    C1ListBoxItem Class
    In This Topic
    Object Model
    C1ListBoxItem Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Hinting", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1ListBoxItem 
       Inherits C1ListViewerItem
    [TemplatePart(Name="Hinting", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [ContentProperty("Content", true)]
    public class C1ListBoxItem : C1ListViewerItem 
    Inheritance Hierarchy

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

    See Also