IWisejWindow

Wisej.Core.IWisejWindow

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

All wisej top-level windows implement this interface.

public interface IWisejWindow : IWisejControl, IWisejComponent, IDisposable, IComponent

Properties

Boolean: Returns true if the window is active.

A Page is active when it is the MainPage. A Form is active when it is above the other forms and matches ActiveForm.

Methods

Activates the window.

Closes the window.

Shows the window.

Implemented By

Last updated