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

Inheritance: BaseSwitch, IAddChild, IList
ファイルを表示 Open project: gro-ove/actools

Protected Properties

Property Type Description
UiElements List

Private Properties

Property Type Description
IAddChild void
IAddChild void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
this objectIList.System

Public Methods

Method 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

Protected Methods

Method Description
GetChild ( ) : UIElement
TestChild ( UIElement child ) : bool

Private Methods

Method 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 method

public Add ( UIElement element ) : int
element System.Windows.UIElement
return int

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( UIElement element ) : bool
element System.Windows.UIElement
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetChild() protected method

protected GetChild ( ) : UIElement
return System.Windows.UIElement

IndexOf() public method

public IndexOf ( UIElement element ) : int
element System.Windows.UIElement
return int

Insert() public method

public Insert ( int index, UIElement element ) : void
index int
element System.Windows.UIElement
return void

Remove() public method

public Remove ( UIElement element ) : void
element System.Windows.UIElement
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

TestChild() protected abstract method

protected abstract TestChild ( UIElement child ) : bool
child System.Windows.UIElement
return bool

this() public method

public this ( int index ) : UIElement
index int
return System.Windows.UIElement

Property Details

UiElements protected_oe property

protected List UiElements
return List