﻿<?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?)  » IBusinessBindable UserControl IgnoreManageUIReadOnly Property</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 04 Jun 2026 13:55:08 GMT</lastBuildDate><ttl>20</ttl><item><title>IBusinessBindable UserControl IgnoreManageUIReadOnly Property</title><link>http://forum.strataframe.net/FindPost32162.aspx</link><description>I have a user control that implements IBusinessBindable and contains several lables and comboboxes. &amp;nbsp;The overall usercontrol is bound to a businessobject but the lables and comboboxes contained within are not. &amp;nbsp;How can I prevent the lables contained in the usercontrol from enabling/disabling based on the form's editing state? &amp;nbsp;It doesn't matter if I set the IgnoreManageReadOnly on the labels to true or not.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Thanks!</description><pubDate>Tue, 16 Jul 2013 11:18:16 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: IBusinessBindable UserControl IgnoreManageUIReadOnly Property</title><link>http://forum.strataframe.net/FindPost32165.aspx</link><description>A UserControl is a ContainerControl and when set to Enabled=false, all child controls are disabled. &amp;nbsp;If you put several controls into a GroupBox and then set Enabled=false on the GroupBox, all of the child controls of the GorupBox will be disabled. &amp;nbsp;If the EditingState of the UserControl is following the business object, then when the UserControl is set to Enabled=false through the EditingState, then all child controls will be disabled. &amp;nbsp;It has nothing to do with the labels being bound and explicitly set to Enabled=false. &amp;nbsp;In fact, the labels aren't ever touched. &amp;nbsp;But since they belong to a parent ContainerControl that was disabled, they get disabled, too.</description><pubDate>Tue, 16 Jul 2013 11:18:16 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: IBusinessBindable UserControl IgnoreManageUIReadOnly Property</title><link>http://forum.strataframe.net/FindPost32164.aspx</link><description>Everything is working good except that the usercontrol's field labels are disabled. &amp;nbsp;Why would they get disabled if they are not bound to a business object? &amp;nbsp;The labels that sit directly on the form don't enable/disable based on the editing state. &amp;nbsp;This is what I'm trying to prevent.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Thanks!</description><pubDate>Tue, 16 Jul 2013 11:13:54 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: IBusinessBindable UserControl IgnoreManageUIReadOnly Property</title><link>http://forum.strataframe.net/FindPost32163.aspx</link><description>You'll need to set the IgnoreManageReadOnlyState on the UserControl itself. &amp;nbsp;The UserControl is being enabled/disabled, which in turn, it enabling/disabling all of its child controls.</description><pubDate>Tue, 16 Jul 2013 10:04:40 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>