ARCed.UI.VS2005AutoHideStrip.GetTabRectangle C# (CSharp) Method

GetTabRectangle() private method

private GetTabRectangle ( TabVS2005 tab ) : Rectangle
tab TabVS2005
return System.Drawing.Rectangle
        private Rectangle GetTabRectangle(TabVS2005 tab)
        {
            return this.GetTabRectangle(tab, false);
        }

Same methods

VS2005AutoHideStrip::GetTabRectangle ( TabVS2005 tab, bool transformed ) : Rectangle