How to check if window is disabled or not?

I have a HWND handle to a child window, an edit/text box. How can I check if the child window is currently disabled?

(edit) Never mind, solved my problem, feel like a dumbshit now. For those of you that also have this problem, use IsWindowEnabled().
Last edited on
Topic archived. No new replies allowed.