ContentElementAutomationPeer.IsKeyboardFocusableCore Method

Definition

Gets a value that indicates whether the ContentElement that is associated with this ContentElementAutomationPeer can accept keyboard focus. Called by IsKeyboardFocusable().

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

Returns

false.

Applies to

See also