AjaxControlToolkit.TabPanelCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : TabPanel
index int
return TabPanel
        public new TabPanel this[int index]
        {
            get { return (TabPanel)base[index]; }
        }