You use Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. <br /> You plan to create a custom control that contains four text input fields.<br /> Each of the text input fields within the control will contain a label. <br /> You need to ensure that the text input fields within the control can be validated by using a regular expression validator. <br /> Which class should you inherit from?()
A、 TextBox
B、 TextElement
C、 UIElement
D、 UserControl