ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / PassthroughNavigation Property

In This Topic
    PassthroughNavigation Property (C1TileControl)
    In This Topic
    Gets or sets whether the keyboard should navigate to the next row/column after focusing the last tile in the current row/column (for vertical/horizontal layout).
    Syntax
    'Declaration
     
    
    Public Property PassthroughNavigation As Boolean
    public bool PassthroughNavigation {get; set;}
    See Also