WindowExtensionsIsModal Method
Determines whether the window is modal, that is, it will be opened using ShowDialog.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static bool IsModal(
this Window window
)
<ExtensionAttribute>
Public Shared Function IsModal (
window As Window
) As Boolean
- window Window
- Window to evaluate.
Boolean if the window is modal; otherwise,
.In Visual Basic and C#, you can call this method as an instance method on any object of type
Window. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).