SIL.FieldWorks.Common.Controls.BulkEditBar.BulkEditTabPageSettings.BuildLastTabSettingsKey C# (CSharp) Method

BuildLastTabSettingsKey() private static method

Construct the property table key based upon the tool using this BulkEditBar.
private static BuildLastTabSettingsKey ( BulkEditBar bulkEditBar ) : string
bulkEditBar BulkEditBar
return string
			private static string BuildLastTabSettingsKey(BulkEditBar bulkEditBar)
			{
#pragma warning disable 219
				Mediator mediator = bulkEditBar.m_mediator;
#pragma warning restore 219
				string toolId = GetBulkEditBarToolId(bulkEditBar);
				string property = String.Format("{0}_LastTabPageSettings", toolId);
				return property;
			}