I need to write a delegate for a worker thread that will handle a wide variety of form controls (buttons, textbox, list...) enable method. I'm thinking they must all be derived from a base class that handles the enable property, but I'm not finding any 开发者_C百科documentation, nor am I sure how to call the method.
MSDN is the place to be for this type of info:
System.Windows.Forms.Control.Enabled
精彩评论