ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / UncheckAllTiles Method

In This Topic
    UncheckAllTiles Method (C1TileControl)
    In This Topic
    Removes a check mark from all tiles.
    Syntax
    'Declaration
     
    
    Public Function UncheckAllTiles() As Boolean
    public bool UncheckAllTiles()

    Return Value

    Returns true if at least one tile was unchecked.
    See Also