Share via


WpfComboBox.EditableItem Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the contents of the editable part of this combo box.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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: System.String
The contents of the editable part of this combo box.

.NET Framework Security

See Also

Reference

WpfComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace