C# Class FlatRedBall.Gui.ListBox

Summary description for ListBox.
Inheritance: ListBoxBase, IInputReceiver
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
ctrlClickOn bool

Public Methods

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

Method Details

AddArray() public method

public AddArray ( IList arrayToAdd ) : void
arrayToAdd IList
return void

Clear() public method

Removes all items from the list box.
public Clear ( ) : void
return void

Contains() public method

public Contains ( string s ) : bool
s string
return bool

ContainsObject() public method

public ContainsObject ( object objectToSearchFor ) : bool
objectToSearchFor object
return bool

GetFirstHighlightedIndex() public method

public GetFirstHighlightedIndex ( ) : int
return int

GetHighlighted() public method

public GetHighlighted ( ) : List
return List

GetHighlightedItem() public method

public GetHighlightedItem ( ) : CollapseItem
return CollapseItem

GetObject() public method

public GetObject ( int num ) : object
num int
return object

GetObject() public method

public GetObject ( string itemString ) : object
itemString string
return object

GetString() public method

public GetString ( int index ) : string
index int
return string

ListBox() public method

public ListBox ( Cursor cursor ) : System
cursor Cursor
return System

ListBox() public method

public ListBox ( GuiSkin guiSkin, Cursor cursor ) : System
guiSkin GuiSkin
cursor Cursor
return System

OnClick() public method

public OnClick ( ) : void
return void

RemoveHighlightedItems() public method

public RemoveHighlightedItems ( ) : List
return List

SetScaleToContents() public method

public SetScaleToContents ( float minimumScale ) : void
minimumScale float
return void

Property Details

ctrlClickOn public_oe property

public bool ctrlClickOn
return bool