Friday, December 9, 2011

WPF: TextBox with SpellCheck and ToolTip XAML example

Code snippet

Code Snippet
  1. <TextBox
  2.     Width="200"
  3.     SpellCheck.IsEnabled="True"
  4.     ToolTip="Tips for this input-box here..." />


Results

1 comment: