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

In This Topic
    Enabled Property (Template)
    In This Topic
    Gets or sets whether the associated tile is enabled, i.e. it can be pressed, checked, or moved by the end user.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also