Show-UDModal
.Hide-UDModal
cmdlet. This cmdlet takes no arguments and simply hides the modal. This could be done after showing progress. In this example, we create a persistent modal that cannot be hidden by the user. Once the Start-Sleep
cmdlet timer elapses, the modal will close with Hide-UDModal
.-Height
and -Width
parameters of Show-UDModal
. These parameters accept any valid HTML\CSS sizing such as px or em.-BackgroundColor
and -FontColor
parameters of Show-UDModal
.