PSEC - Powershell Enhanced Capability
Version 1.2.1

ComboBox Class extends Gizmo (src: gui-classes.psm1)

Description

Select widget implementation

Details

Select widget implementation with a current value set by changing the value from among the choice of values.


Public Fields

FieldFormatDescription
$values[Object[]]Values assigned to comboBox

Method Index

staticcreateComboBox Create a combo box

getSelectedValue not-described


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

Signature

static [ComboBox] createComboBox ( [Area]$par, [string]$size, [string]$locn, [int]$selected)

Parameters

Parameter Format Description

$par Area Parent panel (container)

$size string parm description missing

$locn string parm description missing

$selected int parm description missing

Description

Create a combo box

Notes

The efficient way to return a null $value for a default (normally 0 index) is to change the $combo.values[0] to $null after passing in only the $labels


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

Signature

[object] getSelectedValue ()

Empty

markdown text missing

PSEC - Powershell Enhanced Capability
1.2.1

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

 

 

 

 

 

X