1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Set default title value

This commit is contained in:
Jaap Brasser
2019-08-11 22:02:47 +02:00
parent 4c8c3c6c42
commit 1141db4a58

View File

@@ -8,7 +8,7 @@ This function contains various examples of using the GUI capabilities of both Wi
#>
param(
[string] $Title,
[string] $Title = 'Example Title...',
[validateset('VB')]
[string] $GUIType = 'VB'
)