C# 클래스 LabelPlus.ToolStripButtonGroup

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

공개 프로퍼티들

프로퍼티 타입 설명
IndexChanged EventHandler

공개 메소드들

메소드 설명
AddButton ( ToolStripButton button ) : bool
ClickButton ( int index ) : bool
DelAllButtons ( ) : void
GetButtonIndex ( object button ) : int
ToolStripButtonGroup ( ToolStrip toolStrip ) : System
this ( int index ) : ToolStripButton

비공개 메소드들

메소드 설명
OnIndexChanged ( ) : void
button_click ( object sender, EventArgs e ) : void
setButtonChecked ( ToolStripButton btn ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( ToolStripButton button ) : bool
button System.Windows.Forms.ToolStripButton
리턴 bool

ClickButton() 공개 메소드

public ClickButton ( int index ) : bool
index int
리턴 bool

DelAllButtons() 공개 메소드

public DelAllButtons ( ) : void
리턴 void

GetButtonIndex() 공개 메소드

public GetButtonIndex ( object button ) : int
button object
리턴 int

ToolStripButtonGroup() 공개 메소드

public ToolStripButtonGroup ( ToolStrip toolStrip ) : System
toolStrip System.Windows.Forms.ToolStrip
리턴 System

this() 공개 메소드

public this ( int index ) : ToolStripButton
index int
리턴 System.Windows.Forms.ToolStripButton

프로퍼티 상세

IndexChanged 공개적으로 프로퍼티

public EventHandler IndexChanged
리턴 EventHandler