mfcccombobox

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


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


Solution

  • Use IsWindowEnabled.