Spread Windows Forms 10.0 Product Documentation
DropDownDirection Enumeration


Specifies the direction in which a drop-down control is displayed relative to its parent control.
Syntax
'Declaration
 
Public Enum DropDownDirection 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownDirection
public enum DropDownDirection : System.Enum 
Members
MemberDescription
AboveLeftUses the mouse position to specify that the drop-down control is displayed above and to the left of its parent control.
AboveRightUses the mouse position to specify that the drop-down control is displayed above and to the right of its parent control.
BelowLeftUses the mouse position to specify that the drop-down control is displayed below and to the left of its parent control.
BelowRightUses the mouse position to specify that the drop-down control is displayed below and to the right of its parent control.
DefaultCompensates for nested drop-down controls and responds to the System.Windows.Forms.RightToLeft setting, specifying either Left or Right accordingly.
LeftCompensates for nested drop-down controls and specifies that the drop-down control is displayed to the left of its parent control.
RightCompensates for nested drop-down controls and specifies that the drop-down control is displayed to the right of its parent control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.