C# 클래스 System.Windows.Forms.CommandBarComboBox

상속: System.Windows.Forms.CommandBarControl
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

공개 메소드들

메소드 설명
CommandBarComboBox ( ) : System
CommandBarComboBox ( string text, ComboBox comboBox ) : System
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

CommandBarComboBox() 공개 메소드

public CommandBarComboBox ( ) : System
리턴 System

CommandBarComboBox() 공개 메소드

public CommandBarComboBox ( string text, ComboBox comboBox ) : System
text string
comboBox ComboBox
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string