PSEC - Powershell Enhanced Capability
Version 1.2.1

TabPanel Class extends Panel (src: gui-classes.psm1)

Description

Tabbed Panel implementation Multiple named panels are added via the AddTabPanel method. All are hidden except the first.

The switchPanel method is used to switch between the named panels. An exi5t is optionally called when the new Panel is displayed.

Method Index

addTabPanel TODO - find out what thi does

addTabPanel TODO - find out what thi does

staticcreateTabPanel TODO - find out what thi does

findPanelByName not-described

replacePanelByName Replace the named panel with a new panel and make it the current panel.

resetTabPanel Remove TabPanel panels (but not children)

switchPanel TODO - find out what thi does


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

Signature

[void] addTabPanel ( [Panel]$panel)

Parameters

Parameter Format Description

$panel Panel parm description missing

Description

TODO - find out what thi does

Details


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

Signature

[void] addTabPanel ( [Panel]$panel, [string]$tabName)

Parameters

Parameter Format Description

$panel Panel parm description missing

$tabName string parm description missing

Description

TODO - find out what thi does

Details


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

Signature

static [TabPanel] createTabPanel ( [Area]$par, [string]$name)

Parameters

Parameter Format Description

$par Area Parent panel (container)

$name string name to lookup

Description

TODO - find out what thi does

Details


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

Signature

[Panel] findPanelByName ( [string]$panelName)

Parameters

Parameter Format Description

$panelName string parm description missing

Empty

markdown text missing


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

Signature

[void] replacePanelByName ( [Panel]$panel, [string]$tabName)

Parameters

Parameter Format Description

$panel Panel parm description missing

$tabName string parm description missing

Description

Replace the named panel with a new panel and make it the current panel.


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

Signature

[void] resetTabPanel ()

Description

Remove TabPanel panels (but not children)

Details


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

Signature

[void] switchPanel ( [string]$name)

Parameters

Parameter Format Description

$name string name to lookup

Description

TODO - find out what thi does

Details

PSEC - Powershell Enhanced Capability
1.2.1

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

 

 

 

 

 

X