Base:
property
DefaultDropDownDirection
System.Windows.Forms.ToolStrip.DefaultDropDownDirection
9 writes to DefaultDropDownDirection
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripDropDownTests.cs (8)
1388DefaultDropDownDirection = value 1394control.DefaultDropDownDirection = value; 1412control.DefaultDropDownDirection = value; 1420control.DefaultDropDownDirection = value; 1435control.DefaultDropDownDirection = ToolStripDropDownDirection.Right; 1451control.DefaultDropDownDirection = ToolStripDropDownDirection.Right; 1459control.DefaultDropDownDirection = ToolStripDropDownDirection.Default; 1469Assert.Throws<InvalidEnumArgumentException>("value", () => control.DefaultDropDownDirection = value);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
992_contextMenuStrip.DefaultDropDownDirection = ToolStripDropDownDirection.BelowLeft;
14 references to DefaultDropDownDirection
System.Windows.Forms.Tests (14)
System\Windows\Forms\ToolStripDropDownTests.cs (14)
58Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1203Assert.Equal(expected, control.DefaultDropDownDirection); 1230Assert.Equal(expected, control.DefaultDropDownDirection); 1335Assert.Equal(expected, control.DefaultDropDownDirection); 1368Assert.Equal(expected, control.DefaultDropDownDirection); 1390Assert.Equal(expected, control.DefaultDropDownDirection); 1395Assert.Equal(expected, control.DefaultDropDownDirection); 1413Assert.Equal(expected, control.DefaultDropDownDirection); 1421Assert.Equal(expected, control.DefaultDropDownDirection); 1436Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1440Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1452Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1456Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection); 1460Assert.Equal(ToolStripDropDownDirection.Right, control.DefaultDropDownDirection);