C# Class FirstFloor.ModernUI.Windows.Controls.ListSwitch

Inheritance: BaseSwitch, IAddChild, IList
Afficher le fichier Open project: gro-ove/actools

Protected Properties

Свойство Type Description
UiElements List

Private Properties

Свойство Type Description
IAddChild void
IAddChild void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
this objectIList.System

Méthodes publiques

Méthode Description
Add ( UIElement element ) : int
Clear ( ) : void
Contains ( UIElement element ) : bool
CopyTo ( Array array, int index ) : void
IndexOf ( UIElement element ) : int
Insert ( int index, UIElement element ) : void
Remove ( UIElement element ) : void
RemoveAt ( int index ) : void
this ( int index ) : UIElement

Méthodes protégées

Méthode Description
GetChild ( ) : UIElement
TestChild ( UIElement child ) : bool

Private Methods

Méthode Description
IAddChild ( object value ) : void
IAddChild ( string text ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

Method Details

Add() public méthode

public Add ( UIElement element ) : int
element System.Windows.UIElement
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( UIElement element ) : bool
element System.Windows.UIElement
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetChild() protected méthode

protected GetChild ( ) : UIElement
Résultat System.Windows.UIElement

IndexOf() public méthode

public IndexOf ( UIElement element ) : int
element System.Windows.UIElement
Résultat int

Insert() public méthode

public Insert ( int index, UIElement element ) : void
index int
element System.Windows.UIElement
Résultat void

Remove() public méthode

public Remove ( UIElement element ) : void
element System.Windows.UIElement
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

TestChild() protected abstract méthode

protected abstract TestChild ( UIElement child ) : bool
child System.Windows.UIElement
Résultat bool

this() public méthode

public this ( int index ) : UIElement
index int
Résultat System.Windows.UIElement

Property Details

UiElements protected_oe property

protected List UiElements
Résultat List