WinComboBox.Expanded-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Kombinationsfeld-Steuerelement erweitert ist, oder legt diesen fest.

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

Syntax

'Declaration
Public Overridable Property Expanded As Boolean
    Get
    Set
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: System.Boolean
true, wenn das Kombinationsfeld erweitert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinComboBox Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace