Freigeben über


WpfComboBox.IsEditable-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft einen Wert ab, der angibt, ob dieses Kombinationsfeld bearbeitet werden kann.

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
    Get
public virtual bool IsEditable { get; }
public:
virtual property bool IsEditable {
    bool get ();
}
abstract IsEditable : bool
override IsEditable : bool
function get IsEditable () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn dieses Kombinationsfeld bearbeitet werden kann, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfComboBox Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace