Method |
Description |
|
AddArray ( IList arrayToAdd ) : void |
|
|
Clear ( ) : void |
Removes all items from the list box. |
|
Contains ( string s ) : bool |
|
|
ContainsObject ( object objectToSearchFor ) : bool |
|
|
GetFirstHighlightedIndex ( ) : int |
|
|
GetHighlighted ( ) : List |
|
|
GetHighlightedItem ( ) : CollapseItem |
|
|
GetObject ( int num ) : object |
|
|
GetObject ( string itemString ) : object |
|
|
GetString ( int index ) : string |
|
|
ListBox ( Cursor cursor ) : System |
|
|
ListBox ( GuiSkin guiSkin, Cursor cursor ) : System |
|
|
OnClick ( ) : void |
|
|
RemoveHighlightedItems ( ) : List |
|
|
SetScaleToContents ( float minimumScale ) : void |
|
|