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

상속: ToolStripControlHost
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleDropDown void
HandleDropDownClosed void
HandleDropDownStyleChanged void
HandleSelectedIndexChanged void
HandleTextChanged void
HandleTextUpdate void
ToolStripComboBox System.Drawing

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
EndUpdate ( ) : void
FindString ( string s ) : int
FindString ( string s, int startIndex ) : int
FindStringExact ( string s ) : int
FindStringExact ( string s, int startIndex ) : int
GetItemHeight ( int index ) : int
GetPreferredSize ( Size constrainingSize ) : Size
Select ( int start, int length ) : void
SelectAll ( ) : void
ToString ( ) : string
ToolStripComboBox ( ) : System.Drawing
ToolStripComboBox ( string name ) : System.Drawing

보호된 메소드들

메소드 설명
OnDropDown ( EventArgs e ) : void
OnDropDownClosed ( EventArgs e ) : void
OnDropDownStyleChanged ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectionChangeCommitted ( EventArgs e ) : void
OnSubscribeControlEvents ( Control control ) : void
OnTextUpdate ( EventArgs e ) : void
OnUnsubscribeControlEvents ( Control control ) : void

비공개 메소드들

메소드 설명
HandleDropDown ( object sender, EventArgs e ) : void
HandleDropDownClosed ( object sender, EventArgs e ) : void
HandleDropDownStyleChanged ( object sender, EventArgs e ) : void
HandleSelectedIndexChanged ( object sender, EventArgs e ) : void
HandleTextChanged ( object sender, EventArgs e ) : void
HandleTextUpdate ( object sender, EventArgs e ) : void
ToolStripComboBox ( Control c ) : System.Drawing

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

FindString() 공개 메소드

public FindString ( string s ) : int
s string
리턴 int

FindString() 공개 메소드

public FindString ( string s, int startIndex ) : int
s string
startIndex int
리턴 int

FindStringExact() 공개 메소드

public FindStringExact ( string s ) : int
s string
리턴 int

FindStringExact() 공개 메소드

public FindStringExact ( string s, int startIndex ) : int
s string
startIndex int
리턴 int

GetItemHeight() 공개 메소드

public GetItemHeight ( int index ) : int
index int
리턴 int

GetPreferredSize() 공개 메소드

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize Size
리턴 Size

OnDropDown() 보호된 메소드

protected OnDropDown ( EventArgs e ) : void
e EventArgs
리턴 void

OnDropDownClosed() 보호된 메소드

protected OnDropDownClosed ( EventArgs e ) : void
e EventArgs
리턴 void

OnDropDownStyleChanged() 보호된 메소드

protected OnDropDownStyleChanged ( EventArgs e ) : void
e EventArgs
리턴 void

OnSelectedIndexChanged() 보호된 메소드

protected OnSelectedIndexChanged ( EventArgs e ) : void
e EventArgs
리턴 void

OnSelectionChangeCommitted() 보호된 메소드

protected OnSelectionChangeCommitted ( EventArgs e ) : void
e EventArgs
리턴 void

OnSubscribeControlEvents() 보호된 메소드

protected OnSubscribeControlEvents ( Control control ) : void
control Control
리턴 void

OnTextUpdate() 보호된 메소드

protected OnTextUpdate ( EventArgs e ) : void
e EventArgs
리턴 void

OnUnsubscribeControlEvents() 보호된 메소드

protected OnUnsubscribeControlEvents ( Control control ) : void
control Control
리턴 void

Select() 공개 메소드

public Select ( int start, int length ) : void
start int
length int
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToolStripComboBox() 공개 메소드

public ToolStripComboBox ( ) : System.Drawing
리턴 System.Drawing

ToolStripComboBox() 공개 메소드

public ToolStripComboBox ( string name ) : System.Drawing
name string
리턴 System.Drawing