Spread Windows Forms 12.0 Product Documentation
IsSynchronized Property (FpScrollBarButtonCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButtonCollection Class : IsSynchronized Property
Gets whether access to the System.Collections.ICollection is synchronized (thread safe).
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As FpScrollBarButtonCollection
Dim value As Boolean
 
value = instance.IsSynchronized
public bool IsSynchronized {get;}

Property Value

true if access to the System.Collections.ICollection is synchronized (thread safe); otherwise, false
See Also

Reference

FpScrollBarButtonCollection Class
FpScrollBarButtonCollection Members