Property | Type | Description | |
---|---|---|---|
AddCategoryExistence | void | ||
AddCategoryExistenceRange | void | ||
CoolCat_Load | void | ||
DoesCategoryExist | bool? | ||
InitializeComponent | void | ||
btnAdd_Click | void | ||
item_LeftEditingMode | void | ||
item_RemoveClicked | void | ||
item_Resize_Mono | void |
Method | Description | |
---|---|---|
ClearCategories ( ) : void | ||
CoolCat ( ) : System | ||
NormalizeCatName ( string category ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnResize ( |
Method | Description | |
---|---|---|
AddCategoryExistence ( string category, bool exists ) : void | ||
AddCategoryExistenceRange ( string categories, bool exists ) : void | ||
CoolCat_Load ( object sender, |
||
DoesCategoryExist ( string category ) : bool? | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnAdd_Click ( object sender, |
||
item_LeftEditingMode ( object sender, |
||
item_RemoveClicked ( object sender, |
||
item_Resize_Mono ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static NormalizeCatName ( string category ) : string | ||
category | string | |
return | string |
protected OnResize ( |
||
e | ||
return | void |