Visual element used inside a C1ListBox.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Preview", GroupName = "PreviewStates")]
[TemplateVisualStateAttribute(Name = "Full", GroupName = "PreviewStates")]
public class C1ListBoxItem : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Preview", GroupName := "PreviewStates")> _
<TemplateVisualStateAttribute(Name := "Full", GroupName := "PreviewStates")> _
Public Class C1ListBoxItem _
	Inherits ContentControl
XAML Object Element Usage
<C1ListBoxItem .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Phone..::..C1ListBoxItem

See Also