WindowType
property for PowerScript controls
Applies to
Windows
Description
The value of this property specifies the type of window.
|
Child |
A window that is dependent on a main window and can |
|
Main |
A standalone overlapped window that can be |
|
MDI |
An MDI frame without a MicroHelp status |
|
MDIHelp |
An MDI frame with a MicroHelp status |
|
MDIDock |
A dockable MDI frame without a MicroHelp status |
|
MDIDockHelp |
A dockable MDI frame with a MicroHelp status |
|
Popup |
A window that usually displays in response to an |
|
Response |
A window that displays to obtain information from the |
Usage
In a painter
To specify the window type:
-
Select the desired type from the WindowType drop-down list on
the General page of the window’s Properties view.
In scripts
You cannot change a window’s WindowType property dynamically at
runtime.