How do I determine programatically if a specific control is enabled?
Don
is control enabled?
Re: is control enabled?
oControl:lActive
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: is control enabled?
Don,
You can also use:
IsWindowEnabled( oControl:hWnd )
You can also use:
IsWindowEnabled( oControl:hWnd )