XamlSourceFocusNavigationResult(Boolean) Constructor
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.
Initializes a new instance of the XamlSourceFocusNavigationResult class.
public:
XamlSourceFocusNavigationResult(bool focusMoved);
XamlSourceFocusNavigationResult(bool const& focusMoved);
public XamlSourceFocusNavigationResult(bool focusMoved);
function XamlSourceFocusNavigationResult(focusMoved)
Public Sub New (focusMoved As Boolean)
Parameters
- focusMoved
-
Boolean
bool
True if the focus successfully moved to the DesktopWindowXamlSource object; otherwise, false.