[]
Visual element used inside a C1ListBox.
[TemplatePart(Name = "Hinting", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "HintingCheckMark", Type = typeof(FrameworkElement))]
public class C1ListBoxItem : C1ListViewerItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
C1ListBoxItem() | Initializes a new instance of a C1ListBoxItem. |
Name | Description |
---|---|
IsSelectedProperty | Identifies the IsSelected dependency property. |
MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. |
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. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1ListBoxItem control when a new template is applied. |
OnMouseEnter(MouseEventArgs) | |
OnMouseLeave(MouseEventArgs) |