user controls, supressing an existing property

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
i've read some intro books on how to make user controls and stuff like that, but one question that comes to mind is, if i'm making a validation textbox which inherits a normal textbox and i already know how to add properties and meathods, but let's say i want to supress the MaxLength property (it no longer shows in the form designer properties list at design time) how would i go about doing that?
 
Back
Top