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

In This Topic
    AllowChecking Property (C1TileControl)
    In This Topic
    Gets or sets whether the user can check/uncheck tiles using a swipe gesture or mouse right-click.
    Syntax
    'Declaration
     
    
    Public Property AllowChecking As Boolean
    public bool AllowChecking {get; set;}
    See Also