Dialog (popup Window) implemented with Windows.Form.Form
powershell (popup Window) implemented with Windows.Form.Form and shown with the showForm() method.
They are hung of the primary form so that when the Primary form is closed they also are closed. This prevents orphans which causes Windows OS extreme grief.
Field | Format | Description |
---|---|---|
$forceClose | [boolean] | true if force close by parent form |
staticcreateDialog TODO - find out what thi does
staticmakeCommonDialog not-described
static [Dialog] createDialog ( [Form]$form, [int]$w, [int]$h, [string]$iconName, [string]$title, [boolean]$noCanSave)
Parameter Format Description
$form Form parm description missing
$w int width in pixels
$h int height in pixels
$iconName string parm description missing
$title string parm description missing
$noCanSave boolean parm description missing
TODO - find out what thi does
static [Dialog] makeCommonDialog ( [Form]$form, [int]$w, [int]$h, [string]$icon, [string]$title, [boolean]$noCanSave)
Parameter Format Description
$form Form parm description missing
$w int width in pixels
$h int height in pixels
$icon string parm description missing
$title string parm description missing
$noCanSave boolean parm description missing
markdown text missing
Copyright © 2018-2021, 2022, Rexcel System Inc.