use docstyle/Continue/Top/UseStepTabs flag

define docstyle/Continue/Top/UseStepTabs flag
This commit is contained in:
Kathy Ruffing 2015-03-06 13:30:27 +00:00
parent f908b2ad02
commit 2c0a9d9804
2 changed files with 13 additions and 0 deletions

Binary file not shown.

View File

@ -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")]