Class ListBox
Inheritance
System.Object
ListBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ListBox : Selector, IAutomationPeer, IPeerConverter, IControl, IListBox, IFrameworkElement, ITargetElement
Constructors
ListBox()
Declaration
public ListBox()
Fields
ItemsProperty
SelectionModeProperty
Properties
Items
ItemsPanel
ListBoxItems
Declaration
public List<IListBoxItem> ListBoxItems { get; }
Property Value
System.Collections.Generic.List<IListBoxItem>
|
Implements
SelectionMode
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|