C# Class ForTheCommonGood.CoolCat

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: atlight/ForTheCommonGood Class Usage Examples

Private Properties

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

Public Methods

Method Description
ClearCategories ( ) : void
CoolCat ( ) : System
NormalizeCatName ( string category ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnResize ( EventArgs e ) : void

Private Methods

Method Description
AddCategoryExistence ( string category, bool exists ) : void
AddCategoryExistenceRange ( string categories, bool exists ) : void
CoolCat_Load ( object sender, EventArgs e ) : void
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, EventArgs e ) : void
item_LeftEditingMode ( object sender, EventArgs e ) : void
item_RemoveClicked ( object sender, EventArgs e ) : void
item_Resize_Mono ( object sender, EventArgs e ) : void

Method Details

ClearCategories() public method

public ClearCategories ( ) : void
return void

CoolCat() public method

public CoolCat ( ) : 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

NormalizeCatName() public static method

public static NormalizeCatName ( string category ) : string
category string
return string

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void