Share via


WpfProperties.ComboBox.Expanded Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Allows read and write access to the Expanded property of the ComboBox.

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

Syntax

'Declaration
Public Shared ReadOnly Expanded As String
'Usage
Dim value As String

value = WpfProperties..::..ComboBox.Expanded
public static readonly string Expanded
public:
static initonly String^ Expanded
static val Expanded: string
public static final var Expanded : String

Remarks

Use with GetProperty and SetProperty to get and set this property of a UITestControl.

.NET Framework Security

See Also

Reference

WpfProperties.ComboBox Class

WpfProperties.ComboBox Members

Microsoft.VisualStudio.TestTools.UITesting Namespace