C# Class Bloom.CollectionCreating.KindOfCollectionControl

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

Méthodes publiques

Свойство Type Description
_radioNormalVernacularCollection System.Windows.Forms.RadioButton
_radioSourceCollection System.Windows.Forms.RadioButton

Méthodes publiques

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

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

KindOfCollectionControl() public méthode

public KindOfCollectionControl ( ) : System
Résultat System

NowVisible() public méthode

public NowVisible ( ) : void
Résultat void

Property Details

_radioNormalVernacularCollection public_oe property

public System.Windows.Forms.RadioButton _radioNormalVernacularCollection
Résultat System.Windows.Forms.RadioButton

_radioSourceCollection public_oe property

public System.Windows.Forms.RadioButton _radioSourceCollection
Résultat System.Windows.Forms.RadioButton