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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace