PropertyGrid.CreatePropertyTab(Type) Méthode

Définition

En cas de substitution dans une classe dérivée, permet la création d'un PropertyTab.

protected:
 virtual System::Windows::Forms::Design::PropertyTab ^ CreatePropertyTab(Type ^ tabType);
protected virtual System.Windows.Forms.Design.PropertyTab CreatePropertyTab (Type tabType);
abstract member CreatePropertyTab : Type -> System.Windows.Forms.Design.PropertyTab
override this.CreatePropertyTab : Type -> System.Windows.Forms.Design.PropertyTab
Protected Overridable Function CreatePropertyTab (tabType As Type) As PropertyTab

Paramètres

tabType
Type

Type de l'onglet à créer.

Retours

PropertyTab

Onglet de propriété nouvellement créé. Retourne null dans son implémentation par défaut.

Remarques

Pour plus d’informations sur la création d’onglets de propriétés, consultez PropertyTab cette rubrique.

S’applique à

Voir aussi