Version

MultiMonitorDropDownBehavior Enumeration

Enum used to specify how dropdowns should be positioned when using multiple monitors.
Syntax
'Declaration
 
Public Enum MultiMonitorDropDownBehavior 
   Inherits System.Enum
public enum MultiMonitorDropDownBehavior : System.Enum 
Members
MemberDescription
DefaultThe default value which is based on the item being displayed.
NoneDon't make any changes to the requested drop down rectangle
ShiftToMonitorWithCursorShift the drop rectangle into the monitor containing the cursor
ShiftToMonitorWithExclusionRectShift the drop rectangle into the monitor containing the largest portion of the exclusion rectangle
UseMonitorWithCursorUse the portion of the drop rectangle that exists in the monitor with the mouse cursor
UseMonitorWithLargerDropRectPortionUse the portion of the drop rectangle in the monitor that contains the largest portion of it.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also