I have an app with a tab control that has several pages. Under some instances. I'll need to disable some of the tab pages. If I simply use FF_control_disable on the child form for that tab page, will that disable all the controls on that page as well?
Duh moment. I tested on the sample program, and yes it does.