SynchronizeEvents Property (Read/Write) |
Top Previous Next |
Controls whether synchronization of events with a main window thread is required or not.
VB.NET Syntax
tnxxxx.SynchronizeEvents [= Boolean]
C# Syntax
tnxxxx.SynchronizeEvents [= boolean];
Remarks
In windowed applications, events fired in another thread different from the main-window thread need to be synchronized to prevent corruption in the gui framework. To avoid loss of events in non-windowed applications, this property should be set to false.
Default value is True. |