InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputSeparator Class / Enabled Property

In This Topic
    Enabled Property (InputSeparator)
    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