3 references to CreateLayoutSettings
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripDropDownTests.cs (3)
3006
FlowLayoutSettings settings = Assert.IsType<FlowLayoutSettings>(toolStrip.
CreateLayoutSettings
(ToolStripLayoutStyle.Flow));
3017
TableLayoutSettings settings = Assert.IsType<TableLayoutSettings>(toolStrip.
CreateLayoutSettings
(ToolStripLayoutStyle.Table));
3035
Assert.Null(toolStrip.
CreateLayoutSettings
(layoutStyle));