Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / SyncRoot Property


In This Topic
SyncRoot Property (NamedStyleCollection)
In This Topic
Gets a collection (NamedStyleCollection object) that can be used to synchronize access.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SyncRoot As NamedStyleCollection
 
'Usage
 
Dim instance As NamedStyleCollection
Dim value As NamedStyleCollection
 
value = instance.SyncRoot
See Also