5

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

Whitewall
  • 597
  • 1
  • 7
  • 18
bsh152s
  • 3,178
  • 6
  • 51
  • 77

1 Answers1

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