C# 多线程访问控件

            bool nTextFouce = false;
            this.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, (ThreadStart)delegate
            {
                nTextFouce = txtBoxJoystick1.IsFocused;
            });

posted on 2012-02-03 18:02  arrow8209  阅读(143)  评论(0)    收藏  举报

导航