Spread Windows Forms 12.0 Product Documentation
IsSynchronized Property (DefaultStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultStyleCollection Class : IsSynchronized Property
Gets whether access to the collection is synchronized.

(This implementation always returns false.)

Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As DefaultStyleCollection
Dim value As Boolean
 
value = instance.IsSynchronized
public bool IsSynchronized {get;}

Property Value

Boolean: true if access to the collection is synchronized; false otherwise
See Also

Reference

DefaultStyleCollection Class
DefaultStyleCollection Members