C# 클래스 AnimatGuiCtrls.Controls.DataGridComboBox

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

공개 메소드들

메소드 설명
GetDisplayText ( int index ) : string
GetDisplayText ( object value ) : string
GetDisplayText ( ) : string[]
GetValueText ( int index ) : string

보호된 메소드들

메소드 설명
WndProc ( System &message ) : void

메소드 상세

GetDisplayText() 공개 메소드

public GetDisplayText ( int index ) : string
index int
리턴 string

GetDisplayText() 공개 메소드

public GetDisplayText ( object value ) : string
value object
리턴 string

GetDisplayText() 공개 메소드

public GetDisplayText ( ) : string[]
리턴 string[]

GetValueText() 공개 메소드

public GetValueText ( int index ) : string
index int
리턴 string

WndProc() 보호된 메소드

protected WndProc ( System &message ) : void
message System
리턴 void