save MyControl properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create my personnal control name MyGrid inerit Control.Grid.
I want to add a other control, like MyGridMenu.

When I'm in desing mode if I try to modify the MyGridMenu's properties it
work but it never saved! I close the file .cs and when I reopen it the
properties is reseted...

Can someone can help me by refer me to a good sample. url . code.. maybe it
this only something a forgot to do? Maybe it's impossible?

thanks...
 
Franky said:
I create my personnal control name MyGrid inerit Control.Grid.
I want to add a other control, like MyGridMenu.

When I'm in desing mode if I try to modify the MyGridMenu's properties it
work but it never saved! I close the file .cs and when I reopen it the
properties is reseted...

Can someone can help me by refer me to a good sample. url . code.. maybe
it
this only something a forgot to do? Maybe it's impossible?

thanks...
There are numerous articles on user controls and composite controls in the
MSDN help, including code examples. I suggest you start there. Search on
"user control" with the filter set to ".NET Framework".
 
Back
Top