'Declaration
Public Enum DropDownDirection Inherits System.Enum
'Usage
Dim instance As DropDownDirection
public enum DropDownDirection : System.Enum
'Declaration
Public Enum DropDownDirection Inherits System.Enum
'Usage
Dim instance As DropDownDirection
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