Problems with form Inheritence

Z

Zull

I've got a base form wich is a parent form for few others.

On this base form I have dataGridView control, which has Modifiers property
set on 'Protected Internal'.

Unfortuantely, it does not work as I expected... :( I wanted to link Data
Set on every inherited form with inherited dataGridView....
dGV control is greyed, and all settings are unaccesible :(

This shema works perfectly for Buttons, CheckBoxes and others, but I can't
do that with dGV :(

Help !!!
 

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