Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / IsSynchronized Property


In This Topic
    IsSynchronized Property (NamedStyleCollection)
    In This Topic
    Gets whether access to the collection is synchronized. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsSynchronized As Boolean
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Boolean
     
    value = instance.IsSynchronized
    public virtual bool IsSynchronized {get;}
    See Also