메소드 | 설명 | |
---|---|---|
AddItem ( System.Item item, int index = -1 ) : void | ||
Composite ( string name, bool selectable = false ) : System | ||
SelectIndex ( int i ) : void | ||
SelectNext ( ) : void | ||
SelectPrevious ( ) : void |
public AddItem ( System.Item item, int index = -1 ) : void | ||
item | System.Item | |
index | int | |
리턴 | void |
public Composite ( string name, bool selectable = false ) : System | ||
name | string | |
selectable | bool | |
리턴 | System |