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
- 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.WpfControls Namespace