XamlSourceFocusNavigationRequest.Reason Property
Definition
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 how a UIElement got focus in a desktop application that uses a DesktopWindowXamlSource object to host XAML-based UI.
public:
property XamlSourceFocusNavigationReason Reason { XamlSourceFocusNavigationReason get(); };
XamlSourceFocusNavigationReason Reason();
public XamlSourceFocusNavigationReason Reason { get; }
var xamlSourceFocusNavigationReason = xamlSourceFocusNavigationRequest.reason;
Public ReadOnly Property Reason As XamlSourceFocusNavigationReason
Property Value
How a UIElement got focus in a desktop application that uses a DesktopWindowXamlSource object to host XAML-based UI.