PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: BudDurland on September 10, 2009, 11:55:41 AM

Title: Disabling parts of a tab control
Post by: BudDurland on September 10, 2009, 11:55:41 AM
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?
Title: Re: Disabling parts of a tab control
Post by: BudDurland on September 10, 2009, 12:00:13 PM
Duh moment.  I tested on the sample program, and yes it does.