Ext.Net.TabPanelBase.ReadTabs C# (CSharp) Method

ReadTabs() private method

private ReadTabs ( bool removeExisting ) : void
removeExisting bool
return void
        public virtual void ReadTabs(bool removeExisting)
        {
            this.Call("hideTabStripItem", removeExisting);
        }