C# Class Bloom.CollectionCreating.LanguageIdControl

Inheritance: System.Windows.Forms.UserControl, IPageControl
Show file Open project: BloomBooks/BloomDesktop

Public Properties

Property Type Description
_collectionInfo Bloom.Collection.CollectionSettings

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Init() public method

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

LanguageIdControl() public method

public LanguageIdControl ( ) : System
return System

NowVisible() public method

public NowVisible ( ) : void
return void

Property Details

_collectionInfo public property

public CollectionSettings,Bloom.Collection _collectionInfo
return Bloom.Collection.CollectionSettings