PDA

Click to See Complete Forum and Search --> : Custom Control Help


308holes
Jan 20th, 2003, 06:08 PM
Hello Im making a Custom Control that Inherits System.Windows.Forms.TextBox How can i set the Text of the Control because their is not form load ?

308holes
Jan 20th, 2003, 06:41 PM
- I want to set the Text of the Control at Designtime/Runtime

Edneeis
Jan 20th, 2003, 07:26 PM
You can use the constructor to load any intial text or the ParentChange event or which ever of the other looks like it will do what you want.