[]
Specifies the direction in which a drop-down control is displayed relative to its parent control.
public enum DropDownDirection
Public Enum DropDownDirection
Name | Description |
---|---|
AboveLeft | Uses the mouse position to specify that the drop-down control is displayed above and to the left of its parent control. |
AboveRight | Uses the mouse position to specify that the drop-down control is displayed above and to the right of its parent control. |
BelowLeft | Uses the mouse position to specify that the drop-down control is displayed below and to the left of its parent control. |
BelowRight | Uses the mouse position to specify that the drop-down control is displayed below and to the right of its parent control. |
Default | Compensates for nested drop-down controls and responds to the RightToLeft setting, specifying either Left or Right accordingly. |
Left | Compensates for nested drop-down controls and specifies that the drop-down control is displayed to the left of its parent control. |
Right | Compensates for nested drop-down controls and specifies that the drop-down control is displayed to the right of its parent control. |