C# Class ShootBlues.Script.AddGroupDialog

Mostra file Open project: kg/shootbluesscripts Class Usage Examples

Public Properties

Property Type Description
Group System.Windows.Forms.ComboBox

Public Methods

Method Description
AddGroupDialog ( ) : System
PopulateList ( long categoryFilter, int selectedGroupID ) : IEnumerator

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AddGroupDialog ( ) : System
return System

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

PopulateList() public method

public PopulateList ( long categoryFilter, int selectedGroupID ) : IEnumerator
categoryFilter long
selectedGroupID int
return IEnumerator

Property Details

Group public_oe property

public System.Windows.Forms.ComboBox Group
return System.Windows.Forms.ComboBox