0
我正在開發一個應用程序在Windows窗體應用程序下使用C#3.5。問題是拼寫檢查屬性在文本框屬性中不可用。我添加了PresentationFramework程序集,System.Windows.Controls命名空間和System.Windows.Controls.Primitives命名空間,但仍然不起作用。我試圖測試下面的例子。如何將spellckeck屬性添加到C#代碼
myTextBox.SpellCheck.IsEnabled = true;
任何想法?...