NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTabAttribute Class

This attribute identifies the property tab or tabs that should be displayed for a given class.

Object
   Attribute
      MemberAttribute
         PropertyTabAttribute

[Visual Basic]
Public Class PropertyTabAttribute
   Inherits MemberAttribute
[C#]
public class PropertyTabAttribute : MemberAttribute
[C++]
public __gc class PropertyTabAttribute : public MemberAttribute
[JScript]
public class PropertyTabAttribute extends MemberAttribute

Remarks

A tab can add additional property tabs to expose property information other than its default set of properties.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

PropertyTabAttribute Members | System.ComponentModel.Design Namespace