C# Class Bloom.CollectionCreating.KindOfCollectionControl

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

Public Properties

Property Type Description
_radioNormalVernacularCollection System.Windows.Forms.RadioButton
_radioSourceCollection System.Windows.Forms.RadioButton

Public Methods

Method Description
Init ( bool>.Action SetNextButtonState, CollectionSettings collectionInfo ) : void
KindOfCollectionControl ( ) : 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.

_radioNormalVernacularCollection_CheckedChanged ( object sender, System e ) : void
_radioSourceCollection_CheckedChanged ( 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

KindOfCollectionControl() public method

public KindOfCollectionControl ( ) : System
return System

NowVisible() public method

public NowVisible ( ) : void
return void

Property Details

_radioNormalVernacularCollection public property

public System.Windows.Forms.RadioButton _radioNormalVernacularCollection
return System.Windows.Forms.RadioButton

_radioSourceCollection public property

public System.Windows.Forms.RadioButton _radioSourceCollection
return System.Windows.Forms.RadioButton