Problems with form Inheritence

  • Thread starter Thread starter Zull
  • Start date Start date
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 !!!
 
Back
Top