|
-
Aug 13th, 2003, 06:08 AM
#1
Thread Starter
Addicted Member
Inherited control?
I writing some control which inherits textbox control and I have problem: when add myControl to designer text 'myControl1' appears in textbox and I don't want that. I want to have clear textbox. I think question is how to set text property of control (which is inherited from textbox) to string.empty?
regard j
-
Aug 13th, 2003, 10:02 AM
#2
Addicted Member
In the constructor of myControl, just after InitializeCom.. use me.text = string.empty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|