Disabling parts of a tab control

Started by BudDurland, September 10, 2009, 11:55:41 AM

Previous topic - Next topic

BudDurland

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?

BudDurland

Duh moment.  I tested on the sample program, and yes it does.