Property | Type | Description | |
---|---|---|---|
Groups | System.Windows.Forms.ComboBox | ||
Types | System.Windows.Forms.ListBox |
Property | Type | Description | |
---|---|---|---|
CategoryFilter | long |
Method | Description | |
---|---|---|
AddTypeDialog ( TaskScheduler scheduler ) : System | ||
PopulateGroups ( long categoryFilter, int selectedGroupID ) : IEnumerator | ||
RefreshList ( ) : IEnumerator |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Groups_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.
|
|
Types_DoubleClick ( object sender, EventArgs e ) : void | ||
Types_SelectedIndexChanged ( object sender, EventArgs e ) : void |
public AddTypeDialog ( TaskScheduler scheduler ) : System | ||
scheduler | TaskScheduler | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public PopulateGroups ( long categoryFilter, int selectedGroupID ) : IEnumerator | ||
categoryFilter | long | |
selectedGroupID | int | |
return | IEnumerator |
public System.Windows.Forms.ComboBox Groups | ||
return | System.Windows.Forms.ComboBox |