When using SWF (System.Windows.Forms), how can I remove a property of a control?
I wrote my own progress control which does not make sense to recieve input focus. As a result, I do not want the tabstop property exposed to others, but this property is public in SWF.Control.
I noticed SWF.Label descends from control, yet it doesn't show a tabstop property. Looking at SWF.Label with reflector I see nothing supressing the tabstop property. How is this done (SWF.Label removing access to its TabStop property)?
Here is the listing for SWF.Label from reflector:
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.