Class ComboBoxSelectItemActionDescriptor
Inheritance
System.Object
ComboBoxSelectItemActionDescriptor
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.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ComboBoxSelectItemActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
ComboBoxSelectItemActionDescriptor()
Declaration
public ComboBoxSelectItemActionDescriptor()
ComboBoxSelectItemActionDescriptor(IComboBox, Int32, String)
Declaration
public ComboBoxSelectItemActionDescriptor(IComboBox comboBox, int index, string text)
Parameters
IComboBox
comboBox
|
System.Int32
index
|
System.String
text
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
OpenDropDownBeforeSelection
Declaration
public bool OpenDropDownBeforeSelection { get; set; }
Property Value
System.Boolean
|
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
|