PropertyGrid.CreatePropertyTab(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,允許建立 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
參數
- tabType
- Type
要建立的索引標籤類型。
傳回
新建立的屬性索引標籤。在其預設實作中傳回 null
。
備註
如需建立屬性索引標籤的詳細資訊,請參閱 PropertyTab 。