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

SetupBulkEditBarTab() protected method

Check that we've changed to BulkEditBar to ExpectedTab, and then set BulkEditBar to those tab settings
protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
return void
			protected virtual void SetupBulkEditBarTab(BulkEditBar bulkEditBar)
			{
				if (m_bulkEditBar == null || !this.AreLoaded)
					return;
				CheckExpectedTab();
				SetTargetCombo();
				// first load target field name. other settings may depend upon this.
				SetTargetField();
			}