Skip to main content
Version: 4.1

IWisejWindow

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

All wisej top-level windows implement this interface.

public interface IWisejWindow : IWisejControl, IWisejComponent, IDisposable, IComponent

Properties​

Instance member Active​

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​

Instance member Activate()​

Activates the window.

Instance member Close(reason)​

Closes the window.

ParameterTypeDescription
reasonCloseReasonReason for closing the window.

Instance member Show()​

Shows the window.

Implemented By​

NameDescription
FileDialogUIUI implementation for the FileDialog class.
FolderBrowserDialogUIUI implementation for the FolderDialog class.
FormRepresents a window or dialog box that makes up an application's user interface.
PageRepresents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
DesktopRepresents a desktop container that can host floating windows.