PropertyGrid.CreatePropertyTab(Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Quando è sottoposto a override in una classe derivata, consente la creazione di un oggetto 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
Parametri
- tabType
- Type
Tipo di scheda da creare.
Restituisce
Scheda delle proprietà appena creata. Restituisce null
nella propria implementazione predefinita.
Commenti
Per altre informazioni sulla creazione di schede delle proprietà, vedere PropertyTab per altre informazioni.