InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTimePicker Class / Enabled Property

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