Spread Windows Forms 12.0 Product Documentation
IsReadOnly Property (DefaultStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultStyleCollection Class : IsReadOnly Property
Gets whether the collection is read-only.

(This implementation always returns true.)

Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As DefaultStyleCollection
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}

Property Value

Boolean: true if the collection cannot be modified; false otherwise
See Also

Reference

DefaultStyleCollection Class
DefaultStyleCollection Members