开发者

Can I use a base class method to enable a variety of ui controls in .net?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜