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