프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DrawSelfAndChildren | void | ||
GetNumberOfVerticesToDraw | int | ||
HighlightOff | void | ||
HighlightOn | void | ||
ListBoxClick | void | ||
OnClick | void |
메소드 | 설명 | |
---|---|---|
AddItem ( string displayText ) : |
||
Close ( ) : void | ||
Contains ( string itemText ) : bool | ||
GetItem ( string displayText ) : |
||
Insert ( int index, string displayText ) : |
||
MenuItem ( ) : System | ||
MenuItem ( string displayText ) : System | ||
RemoveItem ( string displayText ) : void |
메소드 | 설명 | |
---|---|---|
DrawSelfAndChildren ( |
||
GetNumberOfVerticesToDraw ( ) : int | ||
HighlightOff ( |
||
HighlightOn ( |
||
ListBoxClick ( |
||
OnClick ( |
public Insert ( int index, string displayText ) : |
||
index | int | |
displayText | string | |
리턴 |