共用方式為


WpfComboBox.Expanded 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得或設定值,這個值表示此下拉式方塊的清單組件是否已展開。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean
如果此下拉式方塊的清單組件已展開則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WpfComboBox 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間