Reputation: 3218
I see that you can enable/disable using the EnableWindow method, but how do I get it's current state?
Upvotes: 5
Views: 4789
Reputation: 26873
Use IsWindowEnabled.
Upvotes: 13