UIElement3DAutomationPeer.IsKeyboardFocusableCore 方法

定义

返回一个值,该值指示与此 UIElement3D 关联的 UIElement3DAutomationPeer 是否可以接受键盘焦点。 此方法由 IsKeyboardFocusable() 调用。

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

返回

Boolean

如果元素可以接收键盘焦点,则为 true;否则为 false

注解

继承自 UIElement3DAutomationPeer 通常不需要重写 IsKeyboardFocusableCore的类。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于