|
-
May 15th, 2001, 07:37 AM
#1
How to disable a tab on a Tab control
I am using a MicroSoft ActiveX Tab control, with 5 tabs. On a form I have this tab control and few check boxes. Based on the value of the check box I need to disable particular tabs of the Tab control. Could you people please help me on how to do that.
Thankyou
Regards
Ali.
-
May 15th, 2001, 07:41 AM
#2
Re: How to disable a tab on a Tab control
If you are talking about the microsoft tabbed dialog control then use the tabenabled property
SSTab1.TabEnabled(1) = false
'etc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|