IChildWindow Interface

Child window interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IChildWindow

Properties

AutoHideStyle Allows the system auto hide the window.
Title Window title.

Methods

Close Close the window.
Hide Hide the window.
Show Show the window.

See Also