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


In This Topic
    IsSynchronized Property (DefaultStyleCollection)
    In This Topic
    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;}
    See Also