ButtonBase.IsFocused Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that determines whether the button has focus.

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

Syntax

'Declaration
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

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.