WinComboBox.EditableItem Property

Gets or sets the name of the editable part of this combo box control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property EditableItem As String
public virtual string EditableItem { get; set; }
public:
virtual property String^ EditableItem {
    String^ get ();
    void set (String^ value);
}
abstract EditableItem : string with get, set 
override EditableItem : string with get, set
function get EditableItem () : String 
function set EditableItem (value : String)

Property Value

Type: String
The name of the editable part of this combo box.

.NET Framework Security

See Also

Reference

WinComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace