Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DesignerVerb() [1/2]

System.ComponentModel.Design.DesignerVerb.DesignerVerb ( string text,
EventHandler handler )
inline

Definition at line 37 of file DesignerVerb.cs.

38 : base(handler, StandardCommands.VerbFirst)
39 {
40 Properties["Text"] = ((text == null) ? null : Regex.Replace(text, "\\(\\&.\\)", ""));
41 }

References System.ComponentModel.Design.MenuCommand.Properties, System.Text.RegularExpressions.Regex.Replace(), and System.text.