UIElement3DAutomationPeer.IsKeyboardFocusableCore 方法

定義

傳回值,這個值表示與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer 是否可以接受鍵盤焦點。 這個方法是由 IsKeyboardFocusable() 所呼叫。

protected:
 override bool IsKeyboardFocusableCore();
protected override bool IsKeyboardFocusableCore ();
override this.IsKeyboardFocusableCore : unit -> bool
Protected Overrides Function IsKeyboardFocusableCore () As Boolean

傳回

如果項目可以接收鍵盤焦點,則為 true,否則為 false

備註

繼承自 UIElement3DAutomationPeer 的類別通常不需要覆寫 IsKeyboardFocusableCore

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於