C# Class Bloom.CollectionCreating.LanguageIdControl

Inheritance: System.Windows.Forms.UserControl, IPageControl
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Свойство Type Description
_collectionInfo Bloom.Collection.CollectionSettings

Méthodes publiques

Méthode Description
Init ( bool>.Action setNextButtonState, CollectionSettings collectionInfo ) : void
LanguageIdControl ( ) : System
NowVisible ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnLookupISOControlReadinessChanged ( object sender, EventArgs e ) : void
_lookupISOControl_Leave ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Init() public méthode

public Init ( bool>.Action setNextButtonState, CollectionSettings collectionInfo ) : void
setNextButtonState bool>.Action
collectionInfo Bloom.Collection.CollectionSettings
Résultat void

LanguageIdControl() public méthode

public LanguageIdControl ( ) : System
Résultat System

NowVisible() public méthode

public NowVisible ( ) : void
Résultat void

Property Details

_collectionInfo public_oe property

public CollectionSettings,Bloom.Collection _collectionInfo
Résultat Bloom.Collection.CollectionSettings