C# Class ShootBlues.Script.AddGroupDialog

Afficher le fichier Open project: kg/shootbluesscripts Class Usage Examples

Méthodes publiques

Свойство Type Description
Group System.Windows.Forms.ComboBox

Méthodes publiques

Méthode Description
AddGroupDialog ( ) : System
PopulateList ( long categoryFilter, int selectedGroupID ) : IEnumerator

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Group_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

AddGroupDialog() public méthode

public AddGroupDialog ( ) : System
Résultat System

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

PopulateList() public méthode

public PopulateList ( long categoryFilter, int selectedGroupID ) : IEnumerator
categoryFilter long
selectedGroupID int
Résultat IEnumerator

Property Details

Group public_oe property

public System.Windows.Forms.ComboBox Group
Résultat System.Windows.Forms.ComboBox