This class implements a window.
This class is creatable.
DIM hWindow AS Window hWindow = NEW Window ( [ Parent AS Control ] ) |
If Parent is omitted, then the new window is a toplevel window.
Otherwise, Parent must be a Workspace control or a Container: