C# Class ForTheCommonGood.CoolCat

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: atlight/ForTheCommonGood Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ClearCategories ( ) : void
CoolCat ( ) : System
NormalizeCatName ( string category ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnResize ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public ClearCategories ( ) : void
Résultat void

CoolCat() public méthode

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

NormalizeCatName() public static méthode

public static NormalizeCatName ( string category ) : string
category string
Résultat string

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void