BCGControlBar Library for .NET
ReadOnly Property (Cell)




Gets the value that indicates whether the cell is read only.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ReadOnly As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
value = instance.ReadOnly
public virtual bool ReadOnly {get;}
public: __property virtual bool get_ReadOnly();
public:
virtual property bool ReadOnly {
   bool get();
}
Remarks
Read only flag is true if either DataItem, or Row, or Column has ReadOnly property set to true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

Send Feedback