Class SelectItemActionDescriptor
Inheritance
System.Object
SelectItemActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Xaml.Common.Descriptors.AutoCompleteBox
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SelectItemActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
SelectItemActionDescriptor(IFrameworkElement, Int32, String)
Declaration
public SelectItemActionDescriptor(IFrameworkElement box, int index, string text)
Parameters
IFrameworkElement
box
|
System.Int32
index
|
System.String
text
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SelectedIndex
Declaration
[DataDriven]
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
SelectedText
Declaration
[DataDriven]
public string SelectedText { get; set; }
Property Value
System.String
|
SelectMode
Declaration
[PrimaryProperty]
public ComboBoxSelectionMode SelectMode { get; set; }
Property Value
ComboBoxSelectionMode
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|