A few user controls questions:

1) How do I create a control which has a fixed size in the form design view in VS.  I 
tried
overriding OnResize but didn't like the effect - is there a better way?

2) ControlStyles - FixedHeight, FixedWidth - what do these actually do?

3) By what mechanism is a UserControl automatically placed in the toolbar in design 
view in VS?

4) By what mechanism are the Properties in the Properties window in design view in VS 
created?
Obviously some are properties of the actual Control but where does 'Locked' get 
introduced?

5) Are there any good reasons why I should derive from UserControl rather than 
Control?  (When
there doesn't seem to be anything that I need in UserControl.)

Links to any good articles on this area would be appreciated.

Thanks in advance,
Peter



__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to