C# 클래스 ICSharpCode.Core.ToolBarDropDownButton

상속: System.Windows.Forms.ToolStripDropDownButton, IStatusUpdate
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
ToolBarDropDownButton ( Codon codon, object caller, ArrayList subItems ) : System
UpdateStatus ( ) : void
UpdateText ( ) : void

보호된 메소드들

메소드 설명
OnDropDownShow ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateDropDownItems ( ) : void

메소드 상세

OnDropDownShow() 보호된 메소드

protected OnDropDownShow ( EventArgs e ) : void
e System.EventArgs
리턴 void

ToolBarDropDownButton() 공개 메소드

public ToolBarDropDownButton ( Codon codon, object caller, ArrayList subItems ) : System
codon Codon
caller object
subItems System.Collections.ArrayList
리턴 System

UpdateStatus() 공개 메소드

public UpdateStatus ( ) : void
리턴 void

UpdateText() 공개 메소드

public UpdateText ( ) : void
리턴 void