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

GetLogicalTabStripRectangle() private method

private GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
dockState DockState
return System.Drawing.Rectangle
        private Rectangle GetLogicalTabStripRectangle(DockState dockState)
        {
            return this.GetLogicalTabStripRectangle(dockState, false);
        }

Same methods

VS2005AutoHideStrip::GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle