ElementHost.Select(Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動裝載的項目。
protected:
override void Select(bool directed, bool forward);
protected override void Select (bool directed, bool forward);
override this.Select : bool * bool -> unit
Protected Overrides Sub Select (directed As Boolean, forward As Boolean)
參數
- directed
- Boolean
true
以指定要選取控制項的方向,否則為 false
。
- forward
- Boolean
true
會在定位順序中向前移動。false
會在定位順序中向後移動。
備註
方法 Select 會啟動裝載的專案。 如果有多個裝載的專案存在,則會根據 directed
和 forward
參數啟動第一個或最後一個專案。
對 方法的 Select 重複呼叫不會周遊裝載的專案。 若要選取後續專案,請在 屬性上 HostContainer 呼叫 MoveFocus 方法。
此實作會將索引標籤索引鍵從 Windows Forms 轉送到 WPF Windows Presentation Foundation () 。