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

In This Topic
    UncheckTilesOnClick Property (C1TileControl)
    In This Topic
    Gets or sets a value indicating whether all tiles are unchecked after clicking a tile.
    Syntax
    'Declaration
     
    
    Public Property UncheckTilesOnClick As Boolean
    public bool UncheckTilesOnClick {get; set;}
    See Also