Share via


Hyperlink.FocusState Property

Definition

Gets a value that specifies whether this hyperlink has focus, and the mode by which focus was obtained.

public:
 property FocusState FocusState { FocusState get(); };
FocusState FocusState();
public FocusState FocusState { get; }
var focusState = hyperlink.focusState;
Public ReadOnly Property FocusState As FocusState

Property Value

A value of the enumeration. A value of Unfocused indicates that the hyperlink does not have focus.

Remarks

For more info, see UIElement.FocusState.

Applies to