| Re: Set enable property for all items on a SSTAB control -
06-04-2007, 08:56 AM
In article <1071180412.430090@cache1>, "T. Wintershoven" <EMAIL REMOVED> wrote:
>Hello,
>
>In one of my projects i use a SSTAB object with a view controls on it
>(textboxes and a checkbox).
>I want to set the enable property for all the controls on the SSTAB object
>to FALSE.
>Not the SSTAB object itself.
>
>Is there a faster way to do this than to set all controls on the SSTAB
>seperately.
>
>eg.
>For each item/control in SSTAB<name>
>-----
>-----
>Next
I learned a long time ago, the SSTab works best when you place a container, a
frame or a picture box, on each tab, and embed all the components in the
container. In this case, all you'd have to do is set the container's enabled
property to false and all contained components would be disabled.
Lee Weiner
lee AT leeweiner DOT org |