System.ComponentModel.PropertyTabAttribute.InitializeArrays Method

Initializes the attribute using the specified names of tab classes and array of tab scopes.

Syntax

protected void InitializeArrays (string[] tabClassNames, PropertyTabScope[] tabScopes)

Parameters

tabClassNames
An array of fully qualified type names of the types to create for tabs on the Properties window.
tabScopes
The scope of each tab. If the scope is PropertyTabScope.Component, it is shown only for components with the corresponding System.ComponentModel.PropertyTabAttribute. If it is PropertyTabScope.Document, it is shown for all components on the document.

Remarks

PropertyTabAttribute.InitializeArrays(String[], PropertyTabScope[]) provides a utility function that can be used to set the types of tab classes that this System.ComponentModel.PropertyTabAttribute specifies.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0