10 references to MyParent
WinFormsControlsTest (10)
MdiChild.cs (10)
52
MyParent
.MainMenuStrip =
MyParent
.MainMenu;
56
MyParent
.MainMenuStrip = null;
76
MyParent
.Controls.Add(
MyParent
.MainMenu);
80
MyParent
.Controls.Remove(
MyParent
.MainMenu);
91
MyParent
.MdiChildrenMinimizedAnchorBottom = !chkChildAlign.Checked;
96
if (
MyParent
.MainMenuStrip is not null)
98
MyParent
.MainMenuStrip.RightToLeft = chkRightToLeft.Checked ? RightToLeft.Yes : RightToLeft.No;