New-UDMenu
Menus display a list of choices on temporary surfaces.
Synopsis
Syntax
New-UDMenu [[-Id] <String>] [[-Text] <String>] [[-OnChange] <Endpoint>] [-Children] <ScriptBlock> [[-ClassName] <ParameterAttribute>] [[-Variant] <String>] [[-Icon] <Hashtable>] [[-Size] <String>] [[-Sx] <Hashtable>] [[-Style] <Hashtable>] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? 1
Default value [Guid]::NewGuid()
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Text
-OnChange
-Children
-ClassName
-Variant
-Icon
-Size
-Sx
-Style
Outputs
Last updated
Was this helpful?