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

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void
        protected override void OnLayout(LayoutEventArgs levent)
        {
            this.CalculateTabs();
            base.OnLayout(levent);
        }