CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2000
    Location
    Pakistan
    Posts
    137

    Property Browser: How to add more than one Property Tab?

    I want to display 3 additional property tabs when a particular object in my project is selected. However, I cannot associate more than one tab with my class because the PropertyTabAttribute doesnt allow multiple instances (AttributeUsage.AllowMulltiple = false).

    This is especially confusing since the PropertyTabAttribute class clearly supports the addition of multiple tabs as is evident by its help page.

    Can anyone tell me some other way of doing it?

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    check out this sample ! I hvn't tested though

    AppConfig

    thanx
    Paresh

  3. #3
    Join Date
    Jul 2000
    Location
    Pakistan
    Posts
    137
    ??

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    why the link doesn't go....

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured