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

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