PropertyTabAttribute::TabClasses Property
.NET Framework (current version)
Gets the types of tabs that this attribute uses.
Assembly: System (in System.dll)
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
Available since 1.1
Show: