We are using controls from Developer Express (
http://www.devexpress.com/). The ReadOnly property is kept inside a property called Properties. For example, to set the ReadOnly on a TextEdit control to true, the following code would be used: TextEdit1.Properties.ReadOnly = True. Is there any way to set the ReadOnly on a control using the Visual Guard Console. When I brought up these controls with the Console, the ReadOnly was not shown.