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


In This Topic
    IsReadOnly Property (NamedStyleCollection)
    In This Topic
    Gets whether the collection is read-only. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    See Also