Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / SyncRoot Property


In This Topic
    SyncRoot Property (FpScrollBarButtonCollection)
    In This Topic
    Gets an object that can be used to synchronize access to the System.Collections.ICollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SyncRoot As Object
    'Usage
     
    
    Dim instance As FpScrollBarButtonCollection
    Dim value As Object
     
    value = instance.SyncRoot
    public object SyncRoot {get;}

    Property Value

    An object that can be used to synchronize access to the System.Collections.ICollection.
    See Also