Powershell Textbox placeholder
问题 I create my from, define my TextBoxes, and for my placeholder text I'm using the following code: $AssetText.Add_MouseClick({ $AssetText.text = “” }) $ErrorText.Add_MouseClick({ $ErrorText.text = “” }) $IssueText.Add_MouseClick({ $IssueText = “” }) $TestTagText.Add_MouseClick({ $TestTagText.text = “” }) $TroubleshootText.Add_MouseClick({ $TroubleshootText.text = “” }) $ResolutionText.Add_MouseClick({ $ResolutionText.text = “” }) It works to remove text from the TextBox, but if I type a fair