ATMLCommonLibrary.controls.awb.AWBTabControl.TabpageExCollectionEditor.CreateCollectionItemType C# (CSharp) Method

CreateCollectionItemType() protected method

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