Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Hinting", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "HintingCheckMark", Type = typeof(FrameworkElement))]
public class C1ListBoxItem : C1ListViewerItem
Visual Basic
<TemplatePartAttribute(Name := "Hinting", Type := GetType(FrameworkElement))> _
<TemplatePartAttribute(Name := "HintingCheckMark", Type := GetType(FrameworkElement))> _
Public Class C1ListBoxItem _
	Inherits C1ListViewerItem

Inheritance Hierarchy

See Also