System.Windows.Forms.Control.CheckForIllegalCrossThreadCalls Property

Gets or sets a value indicating whether to catch calls on the wrong thread that access a control's Control.Handle property when an application is being debugged.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public static bool CheckForIllegalCrossThreadCalls { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a thread other than the creating thread of a control tries to access one of that control's methods or properties, it often leads to unpredictable results. A common invalid thread activity is a call on the wrong thread that accesses the control's Control.Handle property. Set Control.CheckForIllegalCrossThreadCalls to true to find and diagnose this thread activity more easily while debugging.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0