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


In This Topic
    IsSynchronized Property (FpScrollBarButtonCollection)
    In This Topic
    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