C# Class SIL.FieldWorks.Common.Controls.BulkEditBar.ProcessTabPageSettings

Same as BulkCopy except for the Process combo box and different controls.
Inheritance: BulkCopyTabPageSettings
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

Méthode Description
InitizializeTab ( BulkEditBar bulkEditBar ) : void

InvokeTargetComboSelectedIndexChanged ( ) : void

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.

SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void

Method Details

InitizializeTab() protected méthode

protected InitizializeTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
Résultat void

InvokeTargetComboSelectedIndexChanged() protected méthode

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.
protected InvokeTargetComboSelectedIndexChanged ( ) : void
Résultat void

SetupBulkEditBarTab() protected méthode

protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
Résultat void