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

In This Topic
    CheckedTiles Property (C1TileControl)
    In This Topic
    Gets an array of all visible checked tiles.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CheckedTiles As Tile()
    public Tile[] CheckedTiles {get;}
    See Also