Adds a TextEdit control to a given layout.
See CreateTextEditFilled, CreateTextEditFilledA, CreateTextEditOutline, CreateTextEditOutlineA, CreateTEFilledIconLeft, CreateTEFilledIconRight, CreateTEOutlineIconLeft, CreateTEOutlineIconRight, CreateTESearchElegant, CreateTESearchUnique, CreateTextEditSearch and CreateTextEditUnique for full documentation on each type of MUI TextEdit. For p1, p2, p3, p4 and p5 parameters, these are the params after the options. You can refer to the corresponding Create* method to see what this parameters are. Example for CreateTextEditFilled 'p1' is 'hint', 'p2' is 'label' and 'p3' is 'color'. For CreateTextEditOutline 'p1' is 'hint', 'p2' is 'label', 'p3' is 'color' and 'p4' is 'backColor'.