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

In This Topic
    FocusedTile Property (C1TileControl)
    In This Topic
    Gets or sets the tile that has the keyboard focus.
    Syntax
    'Declaration
     
    
    Public Property FocusedTile As Tile
    public Tile FocusedTile {get; set;}
    See Also