PSEC - Powershell Enhanced Capability
Version 1.2.1

Dialog Class extends Form (src: gui-classes.psm1)

Description

Dialog (popup Window) implemented with Windows.Form.Form

Details

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.


Public Fields

FieldFormatDescription
$forceClose[boolean] true if force close by parent form

Method Index

staticcreateDialog TODO - find out what thi does

staticmakeCommonDialog not-described


createDialog Method index (src: gui-classes.psm1)

Signature

static [Dialog] createDialog ( [Form]$form, [int]$w, [int]$h, [string]$iconName, [string]$title, [boolean]$noCanSave)

Parameters

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

Description

TODO - find out what thi does

Details


makeCommonDialog Method index (src: gui-classes.psm1)

Signature

static [Dialog] makeCommonDialog ( [Form]$form, [int]$w, [int]$h, [string]$icon, [string]$title, [boolean]$noCanSave)

Parameters

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

Empty

markdown text missing

PSEC - Powershell Enhanced Capability
1.2.1

Copyright © 2018-2021, 2022, Rexcel System Inc.

 

 

 

 

 

X