CSL.DataGridViewHandler.ResumeLayout C# (CSharp) 메소드

ResumeLayout() 공개 메소드

public ResumeLayout ( ) : void
리턴 void
        public void ResumeLayout()
        {
            bs.EndEdit();
            movie_bs.EndEdit();
            other_bs.EndEdit();

            dv.ResumeLayout();
            movie_dv.ResumeLayout();
            other_dv.ResumeLayout();

            dv.Enabled = true;
            movie_dv.Enabled = true;
            other_dv.Enabled = true;
        }