Wrox.Samples.GUI.ExtTextBox.ReadOnly bool ReadOnly
Gets or sets a value indicating whether text in the control can be changed or not.

Access: Public
  Type Description  
    bool    
  Accessors Description  
    ReadOnly    
    ReadOnly    
Remarks:
Replaces the ReadOnly property of TextBox. When ReadOnly is true, the BackColor is grayed out as a visual cue to the user.