I see that you can enable/disable using the EnableWindow method, but how do I get it's current state?
Asked
Active
Viewed 4,648 times
1 Answers
12
Use IsWindowEnabled.

Nikola Smiljanić
- 26,745
- 6
- 48
- 60
-
Thanks, I was looking for a GetWindowEnabled method and wasn't seeing it...still trying to get used to the naming conventions. – bsh152s Mar 22 '10 at 20:29