Hyperlink.FocusState Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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();
C#
public FocusState FocusState { get; }
var focusState = hyperlink.focusState;
Public ReadOnly Property FocusState As FocusState
A value of the enumeration. A value of Unfocused indicates that the hyperlink does not have focus.
For more info, see UIElement.FocusState.
Proizvod | Verzije |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |