How do I determine programatically if a specific control is enabled?
Don
oControl:lActive
Don,
You can also use:
IsWindowEnabled( oControl:hWnd )