C# Class FlatRedBall.Gui.ListBox

Summary description for ListBox.
Inheritance: ListBoxBase, IInputReceiver
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
ctrlClickOn bool

Méthodes publiques

Méthode 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 méthode

public AddArray ( IList arrayToAdd ) : void
arrayToAdd IList
Résultat void

Clear() public méthode

Removes all items from the list box.
public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string s ) : bool
s string
Résultat bool

ContainsObject() public méthode

public ContainsObject ( object objectToSearchFor ) : bool
objectToSearchFor object
Résultat bool

GetFirstHighlightedIndex() public méthode

public GetFirstHighlightedIndex ( ) : int
Résultat int

GetHighlighted() public méthode

public GetHighlighted ( ) : List
Résultat List

GetHighlightedItem() public méthode

public GetHighlightedItem ( ) : CollapseItem
Résultat CollapseItem

GetObject() public méthode

public GetObject ( int num ) : object
num int
Résultat object

GetObject() public méthode

public GetObject ( string itemString ) : object
itemString string
Résultat object

GetString() public méthode

public GetString ( int index ) : string
index int
Résultat string

ListBox() public méthode

public ListBox ( Cursor cursor ) : System
cursor Cursor
Résultat System

ListBox() public méthode

public ListBox ( GuiSkin guiSkin, Cursor cursor ) : System
guiSkin GuiSkin
cursor Cursor
Résultat System

OnClick() public méthode

public OnClick ( ) : void
Résultat void

RemoveHighlightedItems() public méthode

public RemoveHighlightedItems ( ) : List
Résultat List

SetScaleToContents() public méthode

public SetScaleToContents ( float minimumScale ) : void
minimumScale float
Résultat void

Property Details

ctrlClickOn public_oe property

public bool ctrlClickOn
Résultat bool