Wisej.NET API
Home
Support
Documentation
Search…
v3.0
Welcome
What's New
Releases
Concepts
Themes
Extensions
Wisej.Web
General
Buttons
Common Dialogs
Containers
Content
Data Binding
Editors
Enumerations
Extenders
Interfaces
Lists & Grids
Media
Menus
Notifications
Other Components
Wisej.Web.VisualBasic
Extensions
Wisej.Core
General
Interfaces
IWisejComponent
IWisejControl
IWisejDataStore
IWisejEditorService
IWisejExtenderProvider
IWisejHandler
IWisejSerializable
IWisejWindow
Wisej.Base
General
Responsive
System
Extensions
Powered By
GitBook
IWisejWindow
Wisej.Core.IWisejWindow
Namespace:
Wisej.Core
Assembly:
Wisej.Framework
(3.0.0.0)
All wisej top-level windows implement this interface.
C#
VB.NET
public
interface
IWisejWindow
:
IWisejControl
,
IWisejComponent
,
IDisposable
,
IComponent
Public
Interface
IWisejWindow
Inherits
IWisejControl
,
IWisejComponent
,
IDisposable
,
IComponent
Properties
​
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
​
Activate()
Activates the window.
​
Close(reason)
Closes the window.
Parameter
Type
Description
reason
​
CloseReason
​
Reason for closing the window.
​
Show()
Shows the window.
Implemented By
Name
Description
​
FileDialogUI
​
UI implementation for the FileDialog class.
​
FolderBrowserDialogUI
​
UI implementation for the FolderDialog class.
​
Form
​
Represents a window or dialog box that makes up an application's user interface.
​
Page
​
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.
​
Desktop
​
Represents a desktop container that can host floating windows.
Previous
IWisejSerializable
Next - Wisej.Base
General
Last modified
4mo ago
Export as PDF
Copy link
Outline
Properties
Active
Methods
Activate()
Close(reason)
Show()
Implemented By