Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyTabAttribute::TabClasses Property

 

Gets the types of tabs that this attribute uses.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property array<Type^>^ TabClasses {
	array<Type^>^ get();
}

Property Value

Type: array<System::Type^>^

An array of types indicating the types of tabs that this attribute uses.

Exception Condition
TypeLoadException

The types specified by the TabClassNames property could not be found.

All specified types must be able to be assigned to a PropertyTab.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft