ContentElementAutomationPeer.IsKeyboardFocusableCore 方法

定义

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

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

返回

Boolean

false.

适用于

另请参阅