Control properties are not enabled

G

Guest

I have a base form that I use for creating a common look and feel of all my
forms. On the base form I've set all "Modifiers" to public so that the
inherited forms can edit them. I have a statusstrip on the base form. It's
Modifier is set to public, but the inherited forms cannot edit any of its
properties. Does anyone know why this may be?
 
K

Kevin Yu [MSFT]

Hi Steve,

Thanks for your feedback. Based on my research, this is a known design time
limitation that we will not be addressing in this Visual Studio 2005
release. We will look at improving this in future versions.

Please check the following links for more information about this issue.

http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackid=0
2f9cd99-08a7-4efa-92d0-99a53b91d302
http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackid=e
c8b7c57-183a-4e79-ae7a-7cfcadd916ea

HTH.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
K

Kevin Yu [MSFT]

Hi Steve,

They are the controls newly added in .NET framework 2.0 including
MenuStrip, ContextMenuStrip, StatusStrip, TableLayoutPanel,
FlowLayoutPanel, DataGridView, BindingNavigator.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top