コード例 #1
0
        protected override void OnResize(EventArgs e)
        {
            base.OnResize(e);
            if (_content != null)
            {
                _content.Invalidate();
            }

            RelocateToolStripForm();
        }