WinComboBox.IsEditable Property

Gets a value that indicates whether this combo box control is editable.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsEditable As Boolean
public virtual bool IsEditable { get; }
public:
virtual property bool IsEditable {
    bool get ();
}
abstract IsEditable : bool
override IsEditable : bool
function get IsEditable () : boolean

Property Value

Type: System.Boolean
true if this combo box control is editable; otherwise, false.

.NET Framework Security

See Also

Reference

WinComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace