Freigeben über


XamlComboBox.Expanded-Eigenschaft

Ruft ab oder legt diesen erweiterten Zustand des Kombinationsfelds fest.

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

Syntax

'Declaration
Public Overridable Property Expanded As Boolean
public virtual bool Expanded { get; set; }
public:
virtual property bool Expanded {
    bool get ();
    void set (bool value);
}
abstract Expanded : bool with get, set 
override Expanded : bool with get, set
function get Expanded () : boolean 
function set Expanded (value : boolean)

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

XamlComboBox Klasse

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls-Namespace