| Visual Basic (Declaration) | |
|---|---|
Public Enum DropDownDirection Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DropDownDirection  | |
| C# | |
|---|---|
public enum DropDownDirection : System.Enum  | |
| Member | 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 System.Windows.Forms.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. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8