ARCed.UI.VS2005AutoHideStrip.GetLogicalTabStripRectangle C# (CSharp) 메소드

GetLogicalTabStripRectangle() 개인적인 메소드

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

Same methods

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