True if the recipe item is enabled.
Namespace: Ico.Recipe.NavigatorAssembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsEnabled { get; set; } |
Visual Basic |
---|
Public Property IsEnabled As Boolean Get Set |
JScript |
---|
function get IsEnabled () : boolean function set IsEnabled (value : boolean) |