Table of Contents

Class ZomboBoxItem

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
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

DependencyProperty

IsSelectedProperty

public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

IsWideProperty

public static readonly DependencyProperty IsWideProperty

Field Value

DependencyProperty

TextProperty

public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

Index

public int Index { get; set; }

Property Value

int

IsPreselected

public bool IsPreselected { get; set; }

Property Value

bool

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

IsWide

public bool IsWide { get; }

Property Value

bool

Owner

public ZomboBox? Owner { get; set; }

Property Value

ZomboBox

Text

public string Text { get; set; }

Property Value

string

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

e MouseEventArgs

The MouseEventArgs that contains the event data.