PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
DataGridView in inherited Form
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
DataGridView in inherited Form
![]() |
DataGridView in inherited Form |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a class hiearchy like this:
public class Form1: Form { protected DataGridView dataGridView; } public class Form2: Form1 { } In design mode I cannot change properties of dataGridView for class Form2. Items in Properties window are "grayed" and dataGirdView component is locked. What' wrong? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
The designer can't access protected properties.
|
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

