Version

DropDownPosition Enumeration

An enumerator for specifying position of the dropdown window with respect to the exclusion rect.
Syntax
'Declaration
 
Public Enum DropDownPosition 
   Inherits System.Enum
public enum DropDownPosition : System.Enum 
Members
MemberDescription
AboveExclusionRectAlign above the exclusion rect. Will automatically align below the exclusion rect if there is not enough space above.
BelowExclusionRectAlign below the exclusion rect. Will automatically align above the exclusion rect if there is not enough space below.
LeftOfExclusionRectAlign to the left of the exclusion rect. Will automatically align to the right of the exclusion rect if there is not enough space on the left.
RightOfExclusionRectAlign to the Right of the exclusion rect. Will automatically align to the left of the exclusion rect if there is not enough space on the right.
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