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

DrawTabStrip() private method

private DrawTabStrip ( Graphics g ) : void
g System.Drawing.Graphics
return void
        private void DrawTabStrip(Graphics g)
        {
            this.DrawTabStrip(g, DockState.DockTopAutoHide);
            this.DrawTabStrip(g, DockState.DockBottomAutoHide);
            this.DrawTabStrip(g, DockState.DockLeftAutoHide);
            this.DrawTabStrip(g, DockState.DockRightAutoHide);
        }

Same methods

VS2005AutoHideStrip::DrawTabStrip ( Graphics g, DockState dockState ) : void