PropertyGrid.CreatePropertyTab(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, active 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);
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 d’onglet à créer.
Retours
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.