bsh152s
bsh152s

Reputation: 3218

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?

Upvotes: 5

Views: 4789

Answers (1)

Nikola Smiljanić
Nikola Smiljanić

Reputation: 26873

Use IsWindowEnabled.

Upvotes: 13

Related Questions