C# this.invoke()做用

Invoke()的做用是:在應用程序的主線程上執行指定的委託。通常應用:在輔助線程中修改UI線程( 主線程 )中對象的屬性時,調用this.Invoke();html 例如:post (1)this //修改按鈕的Enabled屬性線程 private void ModifyButton( bool _b )htm {對象    this.Button1.Enabled = _b;blog }cl
相關文章
相關標籤/搜索