|
-
Dec 12th, 1999, 06:45 PM
#1
Thread Starter
Frenzied Member
I am using an SSTab control with 2 tabs.
I want to disable or hide tab 2 in code
How can I do this?
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Dec 12th, 1999, 07:02 PM
#2
Lively Member
Either of these will do what you are after.
Code:
SSTab1.TabEnabled(1) = False
SSTab1.TabVisible(1) = False
------------------
Ishamel
[email protected]
-
Dec 12th, 1999, 07:06 PM
#3
Thread Starter
Frenzied Member
Thanks for that! It's just what I needed
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
|