ATMLCommonLibrary.controls.awb.AWBTabControl.TabpageExCollectionEditor.CreateCollectionItemType C# (CSharp) 메소드

CreateCollectionItemType() 보호된 메소드

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