C# 클래스 FirstFloor.ModernUI.Windows.Controls.ListSwitch

상속: BaseSwitch, IAddChild, IList
파일 보기 프로젝트 열기: gro-ove/actools

보호된 프로퍼티들

프로퍼티 타입 설명
UiElements List

Private Properties

프로퍼티 타입 설명
IAddChild void
IAddChild void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
this objectIList.System

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetChild ( ) : UIElement
TestChild ( UIElement child ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( UIElement element ) : int
element System.Windows.UIElement
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( UIElement element ) : bool
element System.Windows.UIElement
리턴 bool

CopyTo() 공개 메소드

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

GetChild() 보호된 메소드

protected GetChild ( ) : UIElement
리턴 System.Windows.UIElement

IndexOf() 공개 메소드

public IndexOf ( UIElement element ) : int
element System.Windows.UIElement
리턴 int

Insert() 공개 메소드

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

Remove() 공개 메소드

public Remove ( UIElement element ) : void
element System.Windows.UIElement
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

TestChild() 보호된 추상적인 메소드

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

this() 공개 메소드

public this ( int index ) : UIElement
index int
리턴 System.Windows.UIElement

프로퍼티 상세

UiElements 보호되어 있는 프로퍼티

protected List UiElements
리턴 List