FrameworkElement.AllowFocusOnInteraction Property
Definition
Gets or sets a value that indicates whether the element automatically gets focus when the user interacts with it.
public:
property bool AllowFocusOnInteraction { bool get(); void set(bool value); };
bool AllowFocusOnInteraction();
void AllowFocusOnInteraction(bool value);
public bool AllowFocusOnInteraction { get; set; }
Public Property AllowFocusOnInteraction As Boolean
<frameworkElementAllowFocusOnInteraction="bool"/>
Property Value
true if the element gets focus when a user interacts with it; otherwise, false.