Gets or sets a value that indicates whether the element can receive focus. This is a dependency property.
Syntax
'Declaration
Public Property Focusable As Boolean
public bool Focusable {get; set;}
Property Value
true if the element is focusable; otherwise false. The default is false, but see Remarks.
See Also