ClassSelector
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Selector : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelector
Derived Classes:
Implements:
Inherited Members
Constructors
Selector()
Declaration
cs-api-definition
public Selector()
Fields
IsSynchronizedWithCurrentItemProperty
Declaration
cs-api-definition
public static AutomationProperty IsSynchronizedWithCurrentItemProperty
Field Value
SelectedIndexProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedIndexProperty
Field Value
SelectedValuePathProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedValuePathProperty
Field Value
Properties
IsSynchronizedWithCurrentItem
Declaration
cs-api-definition
public bool? IsSynchronizedWithCurrentItem { get; set; }
Property Value
bool?
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.