Base:
property
DefaultDropDownDirection
System.Windows.Forms.ToolStrip.DefaultDropDownDirection
9 writes to DefaultDropDownDirection
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripDropDownTests.cs (8)
1390DefaultDropDownDirection = value 1396control.DefaultDropDownDirection = value; 1414control.DefaultDropDownDirection = value; 1422control.DefaultDropDownDirection = value; 1437control.DefaultDropDownDirection = ToolStripDropDownDirection.Right; 1453control.DefaultDropDownDirection = ToolStripDropDownDirection.Right; 1461control.DefaultDropDownDirection = ToolStripDropDownDirection.Default; 1471Assert.Throws<InvalidEnumArgumentException>("value", () => control.DefaultDropDownDirection = value);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1049_contextMenuStrip.DefaultDropDownDirection = ToolStripDropDownDirection.BelowLeft;
14 references to DefaultDropDownDirection
System.Windows.Forms.Tests (14)
System\Windows\Forms\ToolStripDropDownTests.cs (14)
60Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1205Assert.Equal(expected, control.DefaultDropDownDirection); 1232Assert.Equal(expected, control.DefaultDropDownDirection); 1337Assert.Equal(expected, control.DefaultDropDownDirection); 1370Assert.Equal(expected, control.DefaultDropDownDirection); 1392Assert.Equal(expected, control.DefaultDropDownDirection); 1397Assert.Equal(expected, control.DefaultDropDownDirection); 1415Assert.Equal(expected, control.DefaultDropDownDirection); 1423Assert.Equal(expected, control.DefaultDropDownDirection); 1438Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1442Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1454Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1458Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1462Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection);