usercontrol properties not being saved to the windows form designer
New DiscussionI have a user control which contains 2 infragistics control (combobox and a textbox) I have 2 properties on my user control which expose these controls. The issue I’m have is when I change a property on the control such as appearance.forecolor in the propeties window and save the form and open the form back up the property value is not saved. How do i get the property value to save in the designer am i missging an attribute?
john
public TextBox MyTextBox
{get {return MyTextBox; }
}
public ComboBox MyComboBox
{
get {return MyComboBox;}
}
}
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
1 Created On
Nov 26, 2008 Last Post
17 years, 3 months ago