C# 클래스 DroidExplorer.Core.UI.ComboBoxEx

상속: System.Windows.Forms.ComboBox
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
childControl IComboBoxExtender
dropDown System.Windows.Forms.ToolStripDropDown

공개 메소드들

메소드 설명
AddControl ( IComboBoxExtender child ) : void
ComboBoxEx ( ) : System
HIWORD ( int n ) : int

This will return hi word (highest 16 bits)

LoadChildControl ( ) : void
SetDisplayValue ( string value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
DropDownClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void

Handles the Closed event of the cmbDropDown control.

ExtenderCombo_EnabledChanged ( object sender, EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectedItemChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Overrided win proc event handler

비공개 메소드들

메소드 설명
CloseComboBox ( ) : void
InitializeComponent ( ) : void

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

ShowDropDown ( ) : void
txtTextBox_Click ( object sender, EventArgs e ) : void

메소드 상세

AddControl() 공개 메소드

public AddControl ( IComboBoxExtender child ) : void
child IComboBoxExtender
리턴 void

ComboBoxEx() 공개 메소드

public ComboBoxEx ( ) : System
리턴 System

Dispose() 보호된 메소드

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

DropDownClosed() 보호된 메소드

Handles the Closed event of the cmbDropDown control.
protected DropDownClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
sender object The source of the event.
e System.Windows.Forms.ToolStripDropDownClosedEventArgs The instance containing the event data.
리턴 void

ExtenderCombo_EnabledChanged() 보호된 메소드

protected ExtenderCombo_EnabledChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

HIWORD() 공개 정적인 메소드

This will return hi word (highest 16 bits)
public static HIWORD ( int n ) : int
n int
리턴 int

LoadChildControl() 공개 메소드

public LoadChildControl ( ) : void
리턴 void

OnResize() 보호된 메소드

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

OnSelectedIndexChanged() 보호된 메소드

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

OnSelectedItemChanged() 보호된 메소드

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

SetDisplayValue() 공개 메소드

public SetDisplayValue ( string value ) : void
value string
리턴 void

WndProc() 보호된 메소드

Overrided win proc event handler
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

프로퍼티 상세

childControl 보호되어 있는 프로퍼티

protected IComboBoxExtender childControl
리턴 IComboBoxExtender

dropDown 보호되어 있는 프로퍼티

protected ToolStripDropDown,System.Windows.Forms dropDown
리턴 System.Windows.Forms.ToolStripDropDown