C# 클래스 FlatRedBall.Gui.ComboBox

Summary description for ComboBox.
상속: Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedObject object

공개 메소드들

메소드 설명
AddItem ( string stringToAdd ) : void
AddItem ( string stringToAdd, object referenceObject ) : void
AddItemsFromEnum ( Type enumType ) : void
CallOnItemClick ( ) : void
Clear ( ) : void
ComboBox ( Cursor cursor ) : System
ContainsObject ( object objectToSearchFor ) : bool
ContainsObject ( string objectToSearchFor ) : bool
ContainsText ( string textToSearchFor ) : bool
FindItemByText ( string textToSearchFor ) : CollapseItem
GetItemIndex ( string text ) : int
InsertItem ( int index, string stringToAdd ) : void
InsertItem ( int index, string stringToAdd, object referenceObject ) : void
RemoveAt ( int index ) : void
SelectItem ( int index ) : void
SelectItemByObject ( object referenceObject ) : void
SelectItemByObject ( string referenceObject ) : void
SelectItemByObjectNoCall ( object referenceObject ) : void
SelectItemByText ( string itemText ) : void
SelectItemByTextNoCall ( string itemText ) : void
SelectItemNoCall ( int index ) : void
this ( int i ) : CollapseItem

보호된 메소드들

메소드 설명
Destroy ( bool keepEvents ) : void

비공개 메소드들

메소드 설명
Destroy ( ) : void
OnDropDownButtonClick ( Window callingWindow ) : void

Event clicked when the dropDownButton is clicked. If the ListBox is not visible it will appear.

OnListBoxClicked ( Window callingWindow ) : void
OnMouseWheelScroll ( Window callingWindow ) : void
RaiseTextChange ( Window callingWindow ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( string stringToAdd ) : void
stringToAdd string
리턴 void

AddItem() 공개 메소드

public AddItem ( string stringToAdd, object referenceObject ) : void
stringToAdd string
referenceObject object
리턴 void

AddItemsFromEnum() 공개 메소드

public AddItemsFromEnum ( Type enumType ) : void
enumType System.Type
리턴 void

CallOnItemClick() 공개 메소드

public CallOnItemClick ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ComboBox() 공개 메소드

public ComboBox ( Cursor cursor ) : System
cursor Cursor
리턴 System

ContainsObject() 공개 메소드

public ContainsObject ( object objectToSearchFor ) : bool
objectToSearchFor object
리턴 bool

ContainsObject() 공개 메소드

public ContainsObject ( string objectToSearchFor ) : bool
objectToSearchFor string
리턴 bool

ContainsText() 공개 메소드

public ContainsText ( string textToSearchFor ) : bool
textToSearchFor string
리턴 bool

Destroy() 보호된 메소드

protected Destroy ( bool keepEvents ) : void
keepEvents bool
리턴 void

FindItemByText() 공개 메소드

public FindItemByText ( string textToSearchFor ) : CollapseItem
textToSearchFor string
리턴 CollapseItem

GetItemIndex() 공개 메소드

public GetItemIndex ( string text ) : int
text string
리턴 int

InsertItem() 공개 메소드

public InsertItem ( int index, string stringToAdd ) : void
index int
stringToAdd string
리턴 void

InsertItem() 공개 메소드

public InsertItem ( int index, string stringToAdd, object referenceObject ) : void
index int
stringToAdd string
referenceObject object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

SelectItem() 공개 메소드

public SelectItem ( int index ) : void
index int
리턴 void

SelectItemByObject() 공개 메소드

public SelectItemByObject ( object referenceObject ) : void
referenceObject object
리턴 void

SelectItemByObject() 공개 메소드

public SelectItemByObject ( string referenceObject ) : void
referenceObject string
리턴 void

SelectItemByObjectNoCall() 공개 메소드

public SelectItemByObjectNoCall ( object referenceObject ) : void
referenceObject object
리턴 void

SelectItemByText() 공개 메소드

public SelectItemByText ( string itemText ) : void
itemText string
리턴 void

SelectItemByTextNoCall() 공개 메소드

public SelectItemByTextNoCall ( string itemText ) : void
itemText string
리턴 void

SelectItemNoCall() 공개 메소드

public SelectItemNoCall ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int i ) : CollapseItem
i int
리턴 CollapseItem

프로퍼티 상세

SelectedObject 공개적으로 프로퍼티

public object SelectedObject
리턴 object