﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Setting textboxes to read only</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 09:28:00 GMT</lastBuildDate><ttl>20</ttl><item><title>Setting textboxes to read only</title><link>http://forum.strataframe.net/FindPost2930.aspx</link><description>I have a maintenance form and textboxes bound to the BO. However I want some of these text boxes bound but readonly.  How do I do that?</description><pubDate>Wed, 20 Sep 2006 15:59:34 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Setting textboxes to read only</title><link>http://forum.strataframe.net/FindPost2936.aspx</link><description>You can do this several ways.&amp;nbsp; One thing you can do is set their TextEdit from Standard (or Default) to Disabled.&amp;nbsp; This will prevent the end-user from editing the control.&amp;nbsp; You can find this inder their "Properties" property :P</description><pubDate>Wed, 20 Sep 2006 15:59:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Setting textboxes to read only</title><link>http://forum.strataframe.net/FindPost2934.aspx</link><description>I'm sorry I should have mentioned that the textbox in question is one of those DevExpress inherited controls. I didnt see a readonly property on them.</description><pubDate>Wed, 20 Sep 2006 15:56:36 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Setting textboxes to read only</title><link>http://forum.strataframe.net/FindPost2931.aspx</link><description>Hey Mike,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set the control's read-only state = true&lt;/LI&gt;&lt;LI&gt;Set the control's IgnoreManageReadOnlyState = true (under StrataFrame Settings)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This should give you the desired results.&lt;/P&gt;&lt;P&gt;Steve</description><pubDate>Wed, 20 Sep 2006 15:49:57 GMT</pubDate><dc:creator>Steve L. Taylor</dc:creator></item></channel></rss>