UIElementAutomationPeer.IsKeyboardFocusableCore 方法

定义

获取一个值,该值指示与此 UIElementAutomationPeer 关联的 UIElement 是否接受键盘点。 此方法由 IsKeyboardFocusable() 调用。

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

返回

如果元素可由键盘设定焦点,则为 true;否则为 false

适用于