ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / Enabled Property

In This Topic
    Enabled Property (DropDownItem)
    In This Topic
    Gets or sets a value indicating whether the item can respond to user interaction.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also