Gets a value that determines whether this element has logical focus. This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property IsFocused As Boolean
public bool IsFocused {get;}
Property Value
true if this element has logical focus; otherwise, false.
See Also