C# 클래스 ForTheCommonGood.CoolCatItem

파일 보기 프로젝트 열기: atlight/ForTheCommonGood 1 사용 예제들

공개 메소드들

메소드 설명
CoolCatItem ( CoolCat parentCoolCat ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CoolCatItem_Load ( object sender, EventArgs e ) : void
EnterEditingMode ( ) : void
FinishCategoryAutoComplete ( string results, string extraResult ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LeaveEditingMode ( ) : void
SetCategoryExistenceIcon ( bool exists ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnModify_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
cboCatName_DropDownClosed ( object sender, EventArgs e ) : void
cboCatName_KeyDown ( object sender, KeyEventArgs e ) : void
cboCatName_TextChanged ( object sender, EventArgs e ) : void
cboCatName_TextUpdate ( object sender, EventArgs e ) : void
lnkCatLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

CoolCatItem() 공개 메소드

public CoolCatItem ( CoolCat parentCoolCat ) : System
parentCoolCat CoolCat
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void