Hello. I'm working on a user control that inherits a Timer control. I written customer properties and methods for the Timer.
My problem is that now, when I create a variable of this user control, the intellisense show all of the properties and methods for the user control, including events like AutoSize, BackColor, and Size. I was wondering if there's a way I can hide every property/event from the intellisense except for my customer events?
Any help will be greatly appreciated!
(txmed)
My problem is that now, when I create a variable of this user control, the intellisense show all of the properties and methods for the user control, including events like AutoSize, BackColor, and Size. I was wondering if there's a way I can hide every property/event from the intellisense except for my customer events?
Any help will be greatly appreciated!
(txmed)