use docstyle/Continue/Top/UseStepTabs flag
define docstyle/Continue/Top/UseStepTabs flag
This commit is contained in:
parent
f908b2ad02
commit
2c0a9d9804
Binary file not shown.
@ -571,6 +571,19 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
#region UseStepTabs
|
||||||
|
private LazyLoad<bool> _UseStepTabs;
|
||||||
|
[Category("Continue Msg")]
|
||||||
|
[DisplayName("Flag to use step tabs")]
|
||||||
|
[Description("Flag to use step tabs")]
|
||||||
|
public bool UseStepTabs
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _UseStepTabs, "@UseStepTabs");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
#region HLS
|
#region HLS
|
||||||
private LazyLoad<int?> _HLS;
|
private LazyLoad<int?> _HLS;
|
||||||
[Category("Continue Msg")]
|
[Category("Continue Msg")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user