Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form-Inheritance Question
Message
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
01478443
Message ID:
01478446
Views:
41
>Hi there,
>
>I've build date-entry-form which inherits from a base form some methods and properties and which contains a toolstrip,
>When I now inherit a form from this data-entry-form-class I can't modify the toolstrip anymore. I've tried changing the
>modifier of the toolstrip from private to protected but the toolstrip is not editable.
>Can anyone telle what I am doing wrong or if I can't change this behaviour?
>I am trying this with vb.net in VS 2010.
>
>Thanks in advance

Normal behaviour. If you need to modify the Toolstrip then you will need to specifically surface it as a property of the Form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform