ThreadIHandlerIsMain 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 ReadOnly Property IsMain As Boolean
Get
abstract IsMain : bool with get
Property Value
Type:
Booleantrue if this thread instance is the main UI thread; otherwise,
false.
See Also