dotnetmonitor.com |
|
||||||||||||
DropDownDirection is controlled via two different
mechanisms. One is DefaultDropDownDirection offered on ToolStrip, the other is an
argument to the Show() method on ToolStripDropDownMenu.
TooStrip.DropDownDirectionThis controls the default direction that sub dropdowns will be shown, not the dropdown itself. TooStripDropDownDirectionThis enum has members only designed for use in certain situations
These four should be used with Show(). These are positioned absolutely and may overlap existing dropdowns.
These three are for use with Menus and will automatically positioned to not layer over previous menuse.
|
||||||||||||
|
||||||||||||