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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

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