ATMLCommonLibrary.controls.awb.AWBTabControl.TabpageExCollectionEditor.CreateCollectionItemType C# (CSharp) Méthode

CreateCollectionItemType() protected méthode

protected CreateCollectionItemType ( ) : Type
Résultat System.Type
            protected override Type CreateCollectionItemType()
            {
                return typeof (TabPage);
            }
AWBTabControl.TabpageExCollectionEditor