开发者

WPF TextBox with SpellCheck.IsEnabled="True" - No SpellChecking happening?

开发者 https://www.devze.com 2023-03-10 16:15 出处:网络
I just wanted to play around with WPF SpellCheck a little, but although the Attached Property is set, there\'s no underlining of whate开发者_JAVA百科ver I type.

I just wanted to play around with WPF SpellCheck a little, but although the Attached Property is set, there's no underlining of whate开发者_JAVA百科ver I type.

SpellCheck.IsEnabled="True"

If I remember correctly, SpellCheck is supposed to add Menu Items to my ContextMenu as well, isn't it? That doesn't happen either...

BTW, my machine is running .Net4.

Do I have to enable this globally somewhere? All tutorials and so forth just mention setting SpellCheck.IsEnabled gets you going...


Make sure the required language pack is installed. refer this post for more info. http://social.msdn.microsoft.com/Forums/en/wpf/thread/c4a62da5-9a7d-4e1d-bcbc-12945046fc42

0

精彩评论

暂无评论...
验证码 换一张
取 消