Share via


WpfComboBox.IsEditable Property

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

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 with get 
override IsEditable : bool with get
function get IsEditable () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

WpfComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace