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