[]
        
(Showing Draft Content)

C1.WPF.C1ListBoxItem

C1ListBoxItem Class

Visual element used inside a C1ListBox.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
[TemplatePart(Name = "Hinting", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "HintingCheckMark", Type = typeof(FrameworkElement))]
public class C1ListBoxItem : C1ListViewerItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1ListBoxItem()

Initializes a new instance of a C1ListBoxItem.

Fields

Name Description
IsSelectedProperty

Identifies the IsSelected dependency property.

MouseOverBrushProperty

Identifies the MouseOverBrush dependency property.

SelectedBackgroundProperty

Identifies the SelectedBackground dependency property.

Properties

Name Description
IsSelected

Specifies whether item is selected.

MouseOverBrush

Gets or sets the Brush used to highlight the control when it has the mouse over.

SelectedBackground

Gets or sets the Brush used to highlight the control when it is selected.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1ListBoxItem control when a new template is applied.

OnMouseEnter(MouseEventArgs)
OnMouseLeave(MouseEventArgs)

Extension Methods