Share via


ListBoxItemCollection.IsSynchronized Property

Gets a value that indicates whether access to the current collection is presently synchronized.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public virtual bool IsSynchronized { get; }

Property Value

true if access to the current collecton is presently synchronized; otherwise, false.

Remarks

Access to the collection is synchronized if the collection is thread-safe.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

ListBoxItemCollection Class
ListBoxItemCollection Members
Microsoft.SPOT.Presentation.Controls Namespace