Share via


XamlComboBox.Expanded Property

Gets or sets the combobox's expanded state.

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)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

XamlComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace