views:

88

answers:

1

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

+3  A: 

Use IsWindowEnabled.

Nikola Smiljanić
Thanks, I was looking for a GetWindowEnabled method and wasn't seeing it...still trying to get used to the naming conventions.
bsh152s