AutomationPeer.IsKeyboardFocusable Method

Definition

Gets a value that indicates whether the element can accept keyboard focus.

public:
 bool IsKeyboardFocusable();
public bool IsKeyboardFocusable ();
member this.IsKeyboardFocusable : unit -> bool
Public Function IsKeyboardFocusable () As Boolean

Returns

true if the element can accept keyboard focus; otherwise, false.

Exceptions

A public call to this method is currently in progress.

Applies to

See also