TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / MoveDownByEnter Property

In This Topic
    MoveDownByEnter Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating whether the focus can move down when the Enter button is pressed.
    Syntax
    'Declaration
     
    
    Protected Property MoveDownByEnter As Boolean
    protected bool MoveDownByEnter {get; set;}
    See Also