8 references to Table
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (6)
33
LayoutStyle = ToolStripLayoutStyle.
Table
;
117
[DefaultValue(ToolStripLayoutStyle.
Table
)]
300
if (LayoutStyle == ToolStripLayoutStyle.
Table
)
341
if (LayoutStyle == ToolStripLayoutStyle.
Table
)
354
if (LayoutStyle == ToolStripLayoutStyle.
Table
)
450
if (LayoutStyle == ToolStripLayoutStyle.
Table
)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1204
case ToolStripLayoutStyle.
Table
:
1765
ToolStripLayoutStyle.
Table
=> new TableLayoutSettings(this),