Version

SpecializedTextBox Class

For Internal Use Only: TextBox wrapper class that allows the consumer to pre-validate text before allowing the underlying TextBox to consume it. We use this to prevent Japanese text from causing catastrophic failures.
Syntax
'Declaration
 
Public Class SpecializedTextBox 
   Inherits System.Windows.Controls.TextBox
public class SpecializedTextBox : System.Windows.Controls.TextBox 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also