C# 클래스 Pabo.MozBar.MozPane.MozItemCollection

Represents a collection of MozItem objects
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Pabo.MozBar.MozItem value ) : void
Add ( MozItemCollection mozItems ) : void
AddRange ( Pabo.MozBar.MozItem mozItems ) : void
Clear ( ) : void
Contains ( Control control ) : bool
Contains ( Pabo.MozBar.MozItem mozItem ) : bool
IndexOf ( Pabo.MozBar.MozItem mozItem ) : int
Move ( Pabo.MozBar.MozItem value, int index ) : void
MoveToBottom ( Pabo.MozBar.MozItem value ) : void
MoveToTop ( Pabo.MozBar.MozItem value ) : void
MozItemCollection ( MozPane owner ) : System
MozItemCollection ( MozPane owner, MozItemCollection mozItems ) : System
Remove ( Pabo.MozBar.MozItem value ) : void
RemoveAt ( int index ) : void
this ( int index ) : Pabo.MozBar.MozItem

메소드 상세

Add() 공개 메소드

public Add ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
리턴 void

Add() 공개 메소드

public Add ( MozItemCollection mozItems ) : void
mozItems MozItemCollection
리턴 void

AddRange() 공개 메소드

public AddRange ( Pabo.MozBar.MozItem mozItems ) : void
mozItems Pabo.MozBar.MozItem
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Control control ) : bool
control System.Windows.Forms.Control
리턴 bool

Contains() 공개 메소드

public Contains ( Pabo.MozBar.MozItem mozItem ) : bool
mozItem Pabo.MozBar.MozItem
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( Pabo.MozBar.MozItem mozItem ) : int
mozItem Pabo.MozBar.MozItem
리턴 int

Move() 공개 메소드

public Move ( Pabo.MozBar.MozItem value, int index ) : void
value Pabo.MozBar.MozItem
index int
리턴 void

MoveToBottom() 공개 메소드

public MoveToBottom ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
리턴 void

MoveToTop() 공개 메소드

public MoveToTop ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
리턴 void

MozItemCollection() 공개 메소드

public MozItemCollection ( MozPane owner ) : System
owner MozPane
리턴 System

MozItemCollection() 공개 메소드

public MozItemCollection ( MozPane owner, MozItemCollection mozItems ) : System
owner MozPane
mozItems MozItemCollection
리턴 System

Remove() 공개 메소드

public Remove ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
리턴 void

RemoveAt() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : Pabo.MozBar.MozItem
index int
리턴 Pabo.MozBar.MozItem