Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownDirection Enumeration


In This Topic
    DropDownDirection Enumeration
    In This Topic
    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

    See Also