TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rousseau Sennett
NA
31
43.7k
Edit Sub Controls of custom user control in designer.
Feb 27 2012 9:46 AM
Hi
I'm working with VS2010 and creating a custom user control. Inside my custom user control I have a ToolStrip.
I made the toolstrip public with
public ToolStrip ToolStrip
{
get
{
return toolStrip1;
}
set
{
toolStrip1 = value;
}
}
with the hope that I can edit the Items of the tool strip in design time. I dragged and droped my control to the form and I can change values in the properties
window and it saves in the designer. I can also access and edit the Items of the Toolstrip
It created the toolstripbuttons but it does not save them to my CustomControl>Toolstrip. and when I run the project obviously they don't show the buttons.
I'm sure there is a simple solution but I just can't find it.
Please help.
Thx
Rousseau
Reply
Answers (
0
)
WCF error loading data
How to build a softphone in C#?