ListBox
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class ListBox : Selector, IAutomationPeer, IPeerConverter, IControl, IListBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorListBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public ListBox()
Fields
C#
public static AutomationProperty ItemsProperty
C#
public static AutomationProperty SelectionModeProperty
Properties
C#
public ItemCollection Items { get; }
Implements:
C#
public virtual FrameworkElement ItemsPanel { get; }
C#
public List<IListBoxItem> ListBoxItems { get; }
Implements:
C#
public SelectionMode SelectionMode { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: