Click or drag to resize

ThreadIsMain Property

Gets a value indicating whether this thread instance is the main UI thread.

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsMain { get; }

Property Value

Type: Boolean
true if this thread instance is the main UI thread; otherwise, false.
See Also