Class DesktopComboBox
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopComboBox : DesktopControl
Constructors
DesktopComboBox()
Declaration
public DesktopComboBox()
Properties
CanSelectMultiple
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.Boolean
|
IsCollapsed
Declaration
public bool IsCollapsed { get; }
Property Value
System.Boolean
|
IsSelectionRequired
Declaration
public bool IsSelectionRequired { get; }
Property Value
System.Boolean
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
GetItems()
GetSelectedItem()
GetSelectedItems()
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|
Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)
Parameters
System.Int32
index
|
SelectByValue(String)
Declaration
public void SelectByValue(string value)
Parameters
System.String
value
|