WPF for those who know Windows Forms

RichTextBox and TextBox support spell checking via the IsSpellCheckEnabled property. Like Windows Forms, TextBox has AcceptsReturn and AcceptsTab properties. The TextBox can be made readonly via the IsReadOnly property. ToolTip System.Windows.Controls.ToolTip. Notes: You can directly set the ToolTip property on the control ................
................