Base:
property
Dock
System.Windows.Forms.Control.Dock
8 writes to Dock
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripContainer.cs (8)
47
topPanel.
Dock
= DockStyle.Top;
48
bottomPanel.
Dock
= DockStyle.Bottom;
49
rightPanel.
Dock
= DockStyle.Right;
50
leftPanel.
Dock
= DockStyle.Left;
408
RightToolStripPanel.
Dock
= DockStyle.Left;
409
LeftToolStripPanel.
Dock
= DockStyle.Right;
412
RightToolStripPanel.
Dock
= DockStyle.Right;
413
LeftToolStripPanel.
Dock
= DockStyle.Left;
3 references to Dock
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
657
return (owner == null && (
Dock
!= DockStyle.None));
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
217
toolStripPanelName = toolStripPanel.Parent.Name + "." + toolStripPanel.
Dock
.ToString();
384
this.ToolStripPanelName = parentPanel.Parent.Name + "." + parentPanel.
Dock
.ToString();