In MFC, how do I tell if a CComboBox is enabled?

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-03-22T20:24:48Z Indexed on 2010/03/22 20:31 UTC
Read the original article Hit count: 260

Filed under:
|
|
|

I see that you can enable/disable using the EnableWindow method, but how do I get it's current state?

© Stack Overflow or respective owner

Related posts about mfc

Related posts about ccombobox