WindowType property for PowerScript controls
Controls
Windows
Description
The value of this property specifies the type of window.
Child |
A window that is dependent on a main |
Main |
A standalone overlapped window that can |
MDI |
An MDI frame without a MicroHelp status |
MDIHelp |
An MDI frame with a MicroHelp status |
Popup |
A window that usually displays in response |
Response |
A window that displays to obtain information |
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.