UIElement3DAutomationPeer.IsKeyboardFocusableCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示与此 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 中引入。 有关详细信息,请参见版本和依赖关系。