WindowExtensions Class

Window extensions class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static class WindowExtensions
Inheritance
Object    WindowExtensions

Methods

IsModal Determines whether the window is modal, that is, it will be opened using ShowDialog.

See Also