ButtonBase.IsFocused Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that determines whether the button has focus.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property IsFocused As Boolean
public bool IsFocused { get; internal set; }

Property Value

Type: System..::.Boolean
true if the control has focus; otherwise, false. The default is false.

Remarks

Dependency property identifier field: IsFocusedProperty

IsFocused will not be set until OnGotFocus has been called. Therefore, you should not rely on the accuracy of the IsFocused property in a handler for the Focus event.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ButtonBase Class

System.Windows.Controls.Primitives Namespace

Button