IWisejWindow
Wisej.Core.IWisejWindow
Last updated
Wisej.Core.IWisejWindow
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
All wisej top-level windows implement this interface.
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.
Activates the window.
Closes the window.
Parameter | Type | Description |
---|---|---|
reason | Reason for closing the window. |
Shows the window.
Name | Description |
---|---|
UI implementation for the FileDialog class. | |
UI implementation for the FolderDialog class. | |
Represents a window or dialog box that makes up an application's user interface. | |
Represents 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. | |
Represents a desktop container that can host floating windows. |