I am trying to add a new property to existing label .NET control, like AutoSize(existing label property),
something like IsWordWrap(new custom property)=true. (so that the words can auto wrap)
Any thoughts? so that i can give LabelName.IsWordWrap=true;
Textbox has wordwrap propery, is there any way i can inherit that to label, by any means?