ElementHost.Select(Boolean, Boolean) 方法

定義

啟動裝載的項目。

protected override void Select (bool directed, bool forward);

參數

directed
Boolean

true 以指定要選取控制項的方向,否則為 false

forward
Boolean

true 會在定位順序中向前移動。false 會在定位順序中向後移動。

備註

方法 Select 會啟動裝載的專案。 如果有多個裝載的專案存在,則會根據 directedforward 參數啟動第一個或最後一個專案。

對 方法的 Select 重複呼叫不會周遊裝載的專案。 若要選取後續專案,請在 屬性上 HostContainer 呼叫 MoveFocus 方法。

此實作會將索引標籤索引鍵從 Windows Forms 轉送到 WPF Windows Presentation Foundation () 。

適用於

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另請參閱