Click or drag to resize

NavigatorSinglePageTryCloseFocusedWindow Method

Closes the current focused Window.

Namespace:  Cauldron.XAML.Navigation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool TryCloseFocusedWindow()

Return Value

Type: Boolean
Returns true if successfully closed, otherwise false

Implements

INavigatorTryCloseFocusedWindow
Exceptions
ExceptionCondition
NotImplementedException
See Also