PropertyGrid.CreatePropertyTab(Type) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, bir PropertyTaboluşturulmasını etkinleştirir.

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

Parametreler

tabType
Type

Oluşturulacak sekme türü.

Döndürülenler

Yeni oluşturulan özellik sekmesi. Varsayılan uygulamasında döndürür null .

Açıklamalar

Özellik sekmeleri oluşturma hakkında daha fazla bilgi için bkz PropertyTab .

Şunlara uygulanır

Ayrıca bkz.