Class ZomboBoxItem
public sealed class ZomboBoxItem : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
ZomboBoxItem
- Implements
- Inherited Members
Fields
IsPreselectedProperty
public static readonly DependencyProperty IsPreselectedProperty
Field Value
IsSelectedProperty
public static readonly DependencyProperty IsSelectedProperty
Field Value
IsWideProperty
public static readonly DependencyProperty IsWideProperty
Field Value
TextProperty
public static readonly DependencyProperty TextProperty
Field Value
Properties
Index
public int Index { get; set; }
Property Value
IsPreselected
public bool IsPreselected { get; set; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
IsWide
public bool IsWide { get; }
Property Value
Owner
public ZomboBox? Owner { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
eMouseEventArgsThe MouseEventArgs that contains the event data.